fix alert

This commit is contained in:
Damodar Lohani
2025-02-03 06:48:15 +05:45
parent d31b971d51
commit bcfd428463
@@ -8,10 +8,8 @@
{#if estimation}
{#if estimation.unpaidInvoices?.length > 0}
<Alert type="warning">
<span slot="title">
This organization has unresolved invoices that must be settled before it can be
deleted. Please review and resolve these invoices to proceed.
</span>
</Alert>
<InvoicesTable invoices={estimation.unpaidInvoices} showActions={false} />