Select schema or schema+data when important database

This commit is contained in:
Diego Imbert
2026-03-12 17:03:06 +01:00
parent c8ceaab682
commit 309949229f
@@ -8,7 +8,6 @@
import {
ArrowLeft,
Copy,
Database,
Download,
Expand,
LoaderCircle,
@@ -211,18 +210,7 @@
}
}
]}
>
{#snippet buttonReplacement()}
<Button
loading={exportLoading}
startIcon={{ icon: Database }}
size="xs"
color="light"
>
Actions
</Button>
{/snippet}
</DropdownV2>
/>
{/if}
<Button
loading={dbManagerContent?.isLoading() ?? false}