mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #6639 from Ocelot-Social-Community/6636-search-trigger-after-3-chars
fix(webapp): start search of user after three characters (chat new room, add group member)
This commit is contained in:
commit
0eb6a540f6
@ -54,7 +54,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
startSearch() {
|
||||
return this.query && this.query.length > 3
|
||||
return this.query && this.query.length >= 3
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user