mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 16:02:11 +00:00
Select schema or schema+data when important database
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user