michael-s-molina commented on a change in pull request #13705:
URL: https://github.com/apache/superset/pull/13705#discussion_r612587805
##########
File path:
superset-frontend/src/explore/components/controls/FixedOrMetricControl/index.jsx
##########
@@ -22,10 +22,10 @@ import { css } from '@emotion/core';
import { t } from '@superset-ui/core';
import Label from 'src/components/Label';
import Collapse from 'src/common/components/Collapse';
-import TextControl from './TextControl';
-import MetricsControl from './MetricControl/MetricsControl';
-import ControlHeader from '../ControlHeader';
-import PopoverSection from '../../../components/PopoverSection';
+import TextControl from '../TextControl';
+import MetricsControl from '../MetricControl/MetricsControl';
+import ControlHeader from '../../ControlHeader';
+import PopoverSection from '../../../../components/PopoverSection';
Review comment:
Fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]