mirror of
https://github.com/apache/superset.git
synced 2026-08-12 11:11:01 +00:00
[explore-v2] add edit link below datasource select (#1919)
* add edit link below datasource select * add default prop
This commit is contained in:
@@ -31,6 +31,7 @@ export const fields = {
|
||||
label: 'Datasource',
|
||||
clearable: false,
|
||||
default: null,
|
||||
editUrl: '/tablemodelview/edit',
|
||||
mapStateToProps: (state) => ({
|
||||
choices: state.datasources || [],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user