diff --git a/superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx b/superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx index 40b8a2ed52b3..d34db71c39b9 100644 --- a/superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx +++ b/superset-frontend/src/features/datasets/AddDataset/LeftPanel/index.tsx @@ -30,6 +30,7 @@ import { } from 'src/features/datasets/AddDataset/types'; import { Table } from 'src/hooks/apiResources'; import { Typography } from '@superset-ui/core/components/Typography'; +import { ensureAppRoot } from 'src/utils/pathUtils'; interface LeftPanelProps { setDataset: Dispatch>; @@ -191,7 +192,7 @@ export default function LeftPanel({ description={ {t('Manage your databases')}{' '} - + {t('here')}