Skip to content

Commit

Permalink
πŸ›: fix workflow tags initialization in Workflow/Editor/Index
Browse files Browse the repository at this point in the history
  • Loading branch information
itisAliRH authored and mvdbeek committed Jun 18, 2024
1 parent 3bab835 commit 822a216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Workflow/Editor/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ export default {
}
}
const tags = ref([]);
const tags = ref(props.workflowTags);
const setTagsHandler = new SetValueActionHandler(
undoRedoStore,
(value) => (tags.value = structuredClone(value)),
Expand Down

0 comments on commit 822a216

Please sign in to comment.