SYNC: filter themeshot

This commit is contained in:
Jan Prochazka
2025-03-22 10:10:46 +01:00
committed by Diflow
parent bd94437c05
commit 821bd2b2d8
5 changed files with 48 additions and 6 deletions

View File

@@ -141,6 +141,9 @@
schemaName={schemaNameField}
databaseName={databaseNameField}
name={tablesField}
data-testid={direction == 'source'
? 'SourceTargetConfig_tablesSelect_source'
: 'SourceTargetConfig_tablesSelect_target'}
label={_t('importExport.tablesViewsCollections', { defaultMessage: 'Tables / views / collections' })}
/>
{/if}