Skip to content

Commit

Permalink
fix: Re-enable workflow setup guide button (#2358)
Browse files Browse the repository at this point in the history
Fixes workflow setup guide not showing when button is clicked
  • Loading branch information
SuaYoo authored Feb 4, 2025
1 parent ea3b5e7 commit 83211b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/org/workflows-new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export class WorkflowsNew extends LiteElement {
path: `user-guide/workflow-setup/#${this.userGuideHashLink}`,
},
bubbles: true,
composed: true,
}),
);
}}
Expand Down

0 comments on commit 83211b2

Please sign in to comment.