mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
fix alert
This commit is contained in:
-2
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user