Loading client/src/components/Workflow/Editor/Index.vue +1 −1 Original line number Diff line number Diff line Loading @@ -354,7 +354,7 @@ export default { } } const tags = ref([]); const tags = ref(props.workflowTags); const setTagsHandler = new SetValueActionHandler( undoRedoStore, (value) => (tags.value = structuredClone(value)), Loading Loading
client/src/components/Workflow/Editor/Index.vue +1 −1 Original line number Diff line number Diff line Loading @@ -354,7 +354,7 @@ export default { } } const tags = ref([]); const tags = ref(props.workflowTags); const setTagsHandler = new SetValueActionHandler( undoRedoStore, (value) => (tags.value = structuredClone(value)), Loading