Fixes disabled button for creating new items.
This commit is contained in:
parent
eee7ce86c8
commit
7ad968f8f8
|
@ -111,7 +111,7 @@
|
|||
</b-tabs>
|
||||
<a
|
||||
v-if="currentUserCanEditItems && itemMetadatum.item && itemMetadatum.item.id && (maxMultipleValues === undefined || maxMultipleValues > selected.length)"
|
||||
:disabled="!$adminOptions.itemEditionMode"
|
||||
:disabled="$adminOptions.itemEditionMode"
|
||||
@click="editItemModalOpen = !editItemModalOpen"
|
||||
class="add-link">
|
||||
<span class="icon is-small">
|
||||
|
|
Loading…
Reference in New Issue