mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
fix skipping setup
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user