mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 17:36:00 +00:00
translation-table editor, query, table structure
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
? (schemaList?.map(x => ({ label: x.schemaName, value: x.schemaName })) ?? [])
|
||||
: [
|
||||
{
|
||||
label: _t('schema.all_schemas', {
|
||||
label: _t('schema.allSchemas', {
|
||||
defaultMessage: 'All schemas ({count})',
|
||||
values: { count: objectList?.length ?? 0 },
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user