diff --git a/src/routes/(console)/organization-[organization]/settings/deleteOrganizationEstimation.svelte b/src/routes/(console)/organization-[organization]/settings/deleteOrganizationEstimation.svelte index df79ddae5..1daf3b089 100644 --- a/src/routes/(console)/organization-[organization]/settings/deleteOrganizationEstimation.svelte +++ b/src/routes/(console)/organization-[organization]/settings/deleteOrganizationEstimation.svelte @@ -8,10 +8,8 @@ {#if estimation} {#if estimation.unpaidInvoices?.length > 0} - This organization has unresolved invoices that must be settled before it can be deleted. Please review and resolve these invoices to proceed. -