mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
refactor: Bootstrap to AntD - Form - iteration 4 (#14546)
This commit is contained in:
committed by
GitHub
parent
3eef38f309
commit
331eb10fb9
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user