[explore-v2] add edit link below datasource select (#1919)

* add edit link below datasource select

* add default prop
This commit is contained in:
Alanna Scott
2017-01-10 21:13:25 -08:00
committed by GitHub
parent 7323f4c2ab
commit 5d94d7067e
2 changed files with 6 additions and 1 deletions
@@ -31,6 +31,7 @@ export const fields = {
label: 'Datasource',
clearable: false,
default: null,
editUrl: '/tablemodelview/edit',
mapStateToProps: (state) => ({
choices: state.datasources || [],
}),