diff --git a/frontend/src/lib/components/DBManagerDrawer.svelte b/frontend/src/lib/components/DBManagerDrawer.svelte index 81cafc5938..08c0432163 100644 --- a/frontend/src/lib/components/DBManagerDrawer.svelte +++ b/frontend/src/lib/components/DBManagerDrawer.svelte @@ -8,7 +8,6 @@ import { ArrowLeft, Copy, - Database, Download, Expand, LoaderCircle, @@ -198,7 +197,7 @@ handleExportSchema() }, @@ -210,18 +209,7 @@ } } ]} - > - {#snippet buttonReplacement()} - - {/snippet} - + /> {/if} - -
{exportResult}
+
+
+					{exportResult}
+				
+
{/if} @@ -273,16 +263,12 @@ (importDrawerOpen = false)}>
- This will import the schema from the selected source into the current database. Existing + This will import the schemas from the selected source into the current database. Existing tables with the same names may be affected.
Source database - +