fix(editor): Update tags filter/editor to not show non existing tag as a selectable option (#10297)

This commit is contained in:
Csaba Tuncsik
2024-08-06 15:29:55 +02:00
committed by GitHub
parent 74554d21d7
commit 557a76ec23
3 changed files with 21 additions and 10 deletions

View File

@@ -639,7 +639,6 @@ function showCreateWorkflowSuccessToast(id?: string) {
v-if="isTagsEditEnabled && !readOnly"
ref="dropdown"
v-model="appliedTagIds"
:create-enabled="true"
:event-bus="tagsEventBus"
:placeholder="$locale.baseText('workflowDetails.chooseOrCreateATag')"
class="tags-edit"