Loading client/src/components/Workflow/Editor/Index.vue +9 −0 Original line number Diff line number Diff line Loading @@ -355,6 +355,15 @@ export default { } const tags = ref([]); watch( () => props.workflowTags, (newTags) => { tags.value = [...newTags]; }, { immediate: true } ); const setTagsHandler = new SetValueActionHandler( undoRedoStore, (value) => (tags.value = structuredClone(value)), Loading Loading
client/src/components/Workflow/Editor/Index.vue +9 −0 Original line number Diff line number Diff line Loading @@ -355,6 +355,15 @@ export default { } const tags = ref([]); watch( () => props.workflowTags, (newTags) => { tags.value = [...newTags]; }, { immediate: true } ); const setTagsHandler = new SetValueActionHandler( undoRedoStore, (value) => (tags.value = structuredClone(value)), Loading