mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-24 20:07:51 +00:00
Remove character limit on name search
This commit is contained in:
parent
a4a5af8928
commit
caa745ab4c
@ -74,7 +74,7 @@ class SearchModal extends LitElement {
|
||||
openUserInfo() {
|
||||
const checkvalue = this.shadowRoot.getElementById('searchContent').value
|
||||
|
||||
if (checkvalue.length < 3) {
|
||||
if (checkvalue.length < 1) {
|
||||
let snackbar1string = get("publishpage.pchange20")
|
||||
let snackbar2string = get("welcomepage.wcchange4")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user