mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
Datasource cannot be empty (#3035)
This commit is contained in:
@@ -35,6 +35,7 @@ export const controls = {
|
||||
isLoading: true,
|
||||
clearable: false,
|
||||
default: null,
|
||||
validators: [v.nonEmpty],
|
||||
mapStateToProps: (state) => {
|
||||
const datasources = state.datasources || [];
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user