pkdotson commented on a change in pull request #14106:
URL: https://github.com/apache/superset/pull/14106#discussion_r616199151



##########
File path: superset-frontend/src/explore/components/controls/VizTypeControl.jsx
##########
@@ -18,15 +18,16 @@
  */
 import React, { useEffect, useRef, useState } from 'react';
 import PropTypes from 'prop-types';
-import { Row, Col, FormControl } from 'react-bootstrap';
+import { Input } from 'src/common/components';
+import { Row, Col } from 'react-bootstrap';

Review comment:
       I guess a note to change here to move Row Col to use ant-d. This might 
of been touched up already from the row/col migration




-- 
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]

Reply via email to