Skip to content

Commit 6a409c5

Browse files
committed
Reduce the number of results in autocomplete
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent 31e4207 commit 6a409c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/board/SharingTabSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default {
119119
120120
sharee.value = item.value
121121
return sharee
122-
})
122+
}).slice(0, 10)
123123
},
124124
unallocatedSharees() {
125125
return this.sharees.filter((sharee) => {

0 commit comments

Comments
 (0)