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:
Maxime Beauchemin
2020-10-05 20:04:17 -07:00
committed by GitHub
parent 6f619829d2
commit 3d7b805755
15 changed files with 25 additions and 26 deletions

View File

@@ -524,7 +524,7 @@ class DatasourceEditor extends React.PureComponent {
<Field
fieldKey="owners"
label={t('Owners')}
description={t('Owners of the datasource')}
description={t('Owners of the dataset')}
control={
<SelectAsyncControl
dataEndpoint="/users/api/read"