From bcfd428463779e87fae80870ce9f2c195535f099 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 3 Feb 2025 06:48:15 +0545 Subject: [PATCH] fix alert --- .../settings/deleteOrganizationEstimation.svelte | 2 -- 1 file changed, 2 deletions(-) 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. -