diff --git a/src/components/ConfirmOrgDeletion.svelte b/src/components/ConfirmOrgDeletion.svelte new file mode 100644 index 00000000..43c73d0d --- /dev/null +++ b/src/components/ConfirmOrgDeletion.svelte @@ -0,0 +1,98 @@ + + +{#if modal_open} +
+ Do you want to delete the organization
+ {delete_org.name}?
All associated teams and runners will
+ be deleted too!
+