mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(view-in-sqllab): unable to open virtual dataset after discarding chart edits (#35931)
This commit is contained in:
@@ -316,7 +316,6 @@ class DatasourceControl extends PureComponent {
|
||||
datasourceKey: `${datasource.id}__${datasource.type}`,
|
||||
sql: datasource.sql,
|
||||
};
|
||||
|
||||
const defaultDatasourceMenuItems = [];
|
||||
if (this.props.isEditable && !isMissingDatasource) {
|
||||
defaultDatasourceMenuItems.push({
|
||||
|
||||
Reference in New Issue
Block a user