fix: correct url for create workspace action (#93)

This commit is contained in:
Oğuzhan Koral
2026-03-06 10:52:46 +03:00
committed by GitHub
parent a8b802b7e3
commit 009cc77bab
2 changed files with 130 additions and 21 deletions
+8 -1
View File
@@ -8,7 +8,14 @@
<FormButton
full-width
class="flex items-center"
@click="$openUrl('https://app.speckle.systems/workspaces/actions/create')"
@click="
$openUrl(
`${activeAccount.accountInfo.serverInfo.url.replace(
/\/$/,
''
)}/workspaces/actions/create`
)
"
>
<div class="min-w-0 truncate flex-grow">
<span>{{ 'Create a workspace' }}</span>