mirror of
https://github.com/directus/directus.git
synced 2026-01-31 00:48:16 -05:00
Fix collection selection in system-collections interface (#6258)
This commit is contained in:
committed by
GitHub
parent
4fc5ba6259
commit
0ca7f8c6eb
@@ -5,7 +5,7 @@
|
||||
<interface-select-multiple-checkbox
|
||||
v-else
|
||||
:choices="items"
|
||||
@input="emit('input', $event)"
|
||||
@input="$emit('input', $event)"
|
||||
:value="value"
|
||||
:disabled="disabled"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user