mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 16:00:38 +00:00
fix admins workspace link
This commit is contained in:
@@ -98,7 +98,12 @@
|
||||
btnClasses="w-full mt-2 mb-4 truncate"
|
||||
color="light"
|
||||
size="sm"
|
||||
href="/user/switch_to_admins{rd ? `?rd=${encodeURIComponent(rd)}` : ''}"
|
||||
on:click={async () => {
|
||||
workspaceStore.set('admins')
|
||||
loading = true
|
||||
await goto(rd ?? '/')
|
||||
loading = false
|
||||
}}
|
||||
variant="border"
|
||||
>Manage Windmill on the superadmins workspace
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user