mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Merge pull request #325 from QuickMythril/search-short-names
Remove character limit on name search
This commit is contained in:
commit
54061dcf2b
@ -74,7 +74,7 @@ class SearchModal extends LitElement {
|
|||||||
openUserInfo() {
|
openUserInfo() {
|
||||||
const checkvalue = this.shadowRoot.getElementById('searchContent').value
|
const checkvalue = this.shadowRoot.getElementById('searchContent').value
|
||||||
|
|
||||||
if (checkvalue.length < 3) {
|
if (checkvalue.length < 1) {
|
||||||
let snackbar1string = get("publishpage.pchange20")
|
let snackbar1string = get("publishpage.pchange20")
|
||||||
let snackbar2string = get("welcomepage.wcchange4")
|
let snackbar2string = get("welcomepage.wcchange4")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user