style: dynamic import button label based on selected mode
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user