Reduce the number of results in autocomplete
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -119,7 +119,7 @@ export default {
|
|||||||
|
|
||||||
sharee.value = item.value
|
sharee.value = item.value
|
||||||
return sharee
|
return sharee
|
||||||
})
|
}).slice(0, 10)
|
||||||
},
|
},
|
||||||
unallocatedSharees() {
|
unallocatedSharees() {
|
||||||
return this.sharees.filter((sharee) => {
|
return this.sharees.filter((sharee) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user