AAfghahi commented on a change in pull request #14830:
URL: https://github.com/apache/superset/pull/14830#discussion_r640867024
##########
File path: superset-frontend/src/SqlLab/components/TableElement.jsx
##########
@@ -32,6 +32,7 @@ import ColumnElement from './ColumnElement';
import ShowSQL from './ShowSQL';
import ModalTrigger from '../../components/ModalTrigger';
import Loading from '../../components/Loading';
+import { RightOutlined } from '@ant-design/icons';
Review comment:
Hey, we actually use this for our Icons:
https://github.com/apache/superset/blob/master/superset-frontend/src/components/Icon/index.tsx
THis is a place where we use it which might help:
https://github.com/apache/superset/blob/master/superset-frontend/src/views/CRUD/data/query/QueryList.tsx
--
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]