mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
chore: Refactor ExploreMixin to power both Datasets (SqlaTable) and Query models (#22853)
This commit is contained in:
@@ -48,7 +48,7 @@ class AdhocMetricOption extends React.PureComponent {
|
||||
}
|
||||
|
||||
onRemoveMetric(e) {
|
||||
e.stopPropagation();
|
||||
e?.stopPropagation();
|
||||
this.props.onRemoveMetric(this.props.index);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user