mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(explore): clear custom label if removed (#12382)
This commit is contained in:
@@ -62,7 +62,6 @@ export default class AdhocMetricEditPopoverTitle extends React.Component {
|
||||
|
||||
onInputBlur(e) {
|
||||
if (e.target.value === '') {
|
||||
e.target.value = this.props.defaultLabel;
|
||||
this.props.onChange(e);
|
||||
}
|
||||
this.onBlur();
|
||||
|
||||
Reference in New Issue
Block a user