fix: create new profile link in the workflow form (#2373)

Closes #2372

[Original bug report on the
forum](https://forum.webrecorder.net/t/new-browser-profile-button-is-disabled/776)

### Changes
- Fixes broken link, `?new` → `?new=browser-profile`
This commit is contained in:
Henry Wilkinson 2025-02-10 17:33:50 -05:00 committed by GitHub
parent a04a2280c4
commit aae1c02b3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) => {