refactor: Bootstrap to AntD - Form - iteration 4 (#14546)

This commit is contained in:
Michael S. Molina
2021-05-13 03:01:43 -03:00
committed by GitHub
parent 3eef38f309
commit 331eb10fb9
16 changed files with 188 additions and 235 deletions

View File

@@ -19,7 +19,7 @@
import React from 'react';
import { t } from '@superset-ui/core';
import PropTypes from 'prop-types';
import { FormControl } from 'react-bootstrap';
import { Input } from 'src/common/components';
import { Tooltip } from 'src/components/Tooltip';
const propTypes = {
@@ -79,7 +79,7 @@ export default class AdhocMetricEditPopoverTitle extends React.Component {
}
return this.state.isEditMode ? (
<FormControl
<Input
className="metric-edit-popover-label-input"
type="text"
placeholder={title.label}