mirror of
https://github.com/apache/superset.git
synced 2026-04-25 19:14:27 +00:00
chore: more 'datasource' -> 'dataset' renaming (#11055)
* chore: more 'datasource' -> 'dataset' renaming * fix build * explicitely setting disabled to false to avoid cypress confusion * fix tests * RAT
This commit is contained in:
committed by
GitHub
parent
6f619829d2
commit
3d7b805755
@@ -100,7 +100,7 @@ const DatasourceModal: FunctionComponent<DatasourceModalProps> = ({
|
||||
},
|
||||
})
|
||||
.then(({ json }) => {
|
||||
addSuccessToast(t('The datasource has been saved'));
|
||||
addSuccessToast(t('The dataset has been saved'));
|
||||
onDatasourceSave(json);
|
||||
onHide();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user