mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Adding and removing collections from m2a (#4271)
* add adding and removing collections from m2a * warn when the collection has been deleted * simplify nonExistent items check * Cleanup * Remove unnecessary continue Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -63,7 +63,6 @@
|
||||
<div class="type-label">{{ $t('related_collections') }}</div>
|
||||
|
||||
<v-select
|
||||
:disabled="isExisting"
|
||||
:placeholder="$t('collection') + '...'"
|
||||
:items="availableCollections"
|
||||
item-value="collection"
|
||||
|
||||
Reference in New Issue
Block a user