mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
feat: split database information (#24067)
This commit is contained in:
@@ -542,6 +542,7 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
|
||||
'database',
|
||||
t('database'),
|
||||
addDangerToast,
|
||||
'connection',
|
||||
);
|
||||
|
||||
const [tabKey, setTabKey] = useState<string>(DEFAULT_TAB_KEY);
|
||||
|
||||
Reference in New Issue
Block a user