Add destructive props for Delete workspace action

This commit is contained in:
tristantr
2025-10-30 11:13:12 +01:00
parent 6e87e03f36
commit 426ab2dd21
@@ -755,7 +755,7 @@
{#if $superadmin}
<Button
color="red"
destructive
disabled={$workspaceStore === 'admins' || $workspaceStore === 'starter'}
size="sm"
btnClasses="mt-2"