mirror of
https://github.com/apache/superset.git
synced 2026-05-10 18:35:40 +00:00
committed by
GitHub
parent
fc20e8b594
commit
e80cd61e06
@@ -70,7 +70,7 @@ export default class AdhocMetricEditPopoverTitle extends React.Component {
|
||||
|
||||
render() {
|
||||
const { title, onChange, isEditDisabled } = this.props;
|
||||
const defaultLabel = t('My Metric');
|
||||
const defaultLabel = t('My metric');
|
||||
|
||||
if (isEditDisabled) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user