Fix collection selection in system-collections interface (#6258)

This commit is contained in:
Nicola Krumschmidt
2021-06-14 16:41:19 +02:00
committed by GitHub
parent 4fc5ba6259
commit 0ca7f8c6eb

View File

@@ -5,7 +5,7 @@
<interface-select-multiple-checkbox
v-else
:choices="items"
@input="emit('input', $event)"
@input="$emit('input', $event)"
:value="value"
:disabled="disabled"
/>