revert: modal confirmation message.

This commit is contained in:
Darshan
2024-04-16 14:34:18 +05:30
committed by GitHub
parent 94b79f34ff
commit 7e25aeb2df
@@ -73,16 +73,9 @@
</p>
{:else}
<p data-private>
Are you sure you want to delete <b>{$organization.name}</b>?
{#if $projects.total > 0}
All projects ({$projects.total}) and data associated with this organization will be
deleted.
{:else}
There are <b>no projects</b> associated with this organization.
{/if}
Are you sure you want to delete <b>{$organization.name}</b>? All projects ({$projects.total})
and data associated with this organization will be deleted. This action is irreversible.
</p>
<p><b>This action is irreversible.</b></p>
{/if}
<svelte:fragment slot="footer">
<Button text on:click={() => (showDelete = false)}>Cancel</Button>