Skip to content

Commit

Permalink
Fixes create new profile link in the workflow form
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrinks99 committed Feb 10, 2025
1 parent 0e9e70f commit 078bb7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export class SelectBrowserProfile extends BtrixElement {
>${msg("This org doesn't have any custom profiles yet.")}</span
>
<a
href=${`${this.navigate.orgBasePath}/browser-profiles?new`}
href=${`${this.navigate.orgBasePath}/browser-profiles?new=browser-profile`}
class="font-medium text-primary hover:text-primary-500"
target="_blank"
@click=${(e: Event) => {
Expand Down

0 comments on commit 078bb7f

Please sign in to comment.