style: dynamic import button label based on selected mode

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Diego Imbert
2026-03-12 17:10:20 +01:00
parent adea3997ab
commit 14aef7478f

View File

@@ -288,7 +288,7 @@
color="red"
on:click={handleImportDatabase}
>
Import schemas into current database
Import {importBehavior === 'schema_and_data' ? 'schemas and data' : 'schemas'} into current database
</Button>
</div>
</DrawerContent>