mirror of
https://github.com/apache/superset.git
synced 2026-04-16 14:45:21 +00:00
style: rename 'Source' top nav item to 'Data' (#10715)
* style: rename 'Source' top nav item to 'Data' * Fix tests * tables -> datasets * rename datasource -> dataset * lint * more renaming * use npm ci
This commit is contained in:
committed by
GitHub
parent
9fe30ab71e
commit
3d8857ecc8
@@ -27,7 +27,7 @@ import DatasourceControl from 'src/explore/components/controls/DatasourceControl
|
||||
|
||||
const defaultProps = {
|
||||
name: 'datasource',
|
||||
label: 'Datasource',
|
||||
label: 'Dataset',
|
||||
value: '1__table',
|
||||
datasource: {
|
||||
name: 'birth_names',
|
||||
|
||||
Reference in New Issue
Block a user