mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
fix(editor): Update tags filter/editor to not show non existing tag as a selectable option (#10297)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user