fix: Re-enable workflow setup guide button (#2358)

Fixes workflow setup guide not showing when button is clicked
This commit is contained in:
sua yoo 2025-02-03 21:10:30 -08:00 committed by GitHub
parent ea3b5e7322
commit 83211b2f19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,6 +130,7 @@ export class WorkflowsNew extends LiteElement {
path: `user-guide/workflow-setup/#${this.userGuideHashLink}`,
},
bubbles: true,
composed: true,
}),
);
}}