fix skipping setup

This commit is contained in:
Ruben Fiszel
2023-02-13 18:49:13 +01:00
parent 6b70dbcc61
commit 2789dc2e5f
@@ -7,7 +7,6 @@
async function startSetup(): Promise<void> {
$workspaceStore = 'admins'
goto('/apps/get/g/all/setup_app')
}
@@ -23,7 +22,7 @@
You can always go back to this app by going to the superadmins workspace.
</p>
<div class="flex flex-row justify-between pt-4 gap-x-1">
<Button variant="border" size="sm" href="/" on:click={decline}>Skip setup</Button>
<Button variant="border" size="sm" on:click={decline}>Skip setup</Button>
<button
class="place-items-end bg-blue-500 hover:bg-blue-700 text-white font-bold py-1 px-2 border rounded"
type="button"