Skip to content

Commit

Permalink
fix: Assign correct toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
ramedina86 committed Sep 23, 2024
1 parent e0f6740 commit 5b2de19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/src/components/workflows/WorkflowsRoot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const description =
export default {
writer: {
name: "Workflows Root",
toolkit: "workflows",
category: "Root",
description,
allowedChildrenTypes: ["workflows_workflow"],
Expand Down
1 change: 1 addition & 0 deletions src/ui/src/components/workflows/WorkflowsWorkflow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const description =
export default {
writer: {
name: "Workflow",
toolkit: "workflows",
category: "Root",
description,
allowedChildrenTypes: ["*"],
Expand Down

0 comments on commit 5b2de19

Please sign in to comment.