rusackas commented on code in PR #33002:
URL: https://github.com/apache/superset/pull/33002#discussion_r2194458875


##########
superset-frontend/src/components/ListView/ListView.tsx:
##########
@@ -20,12 +20,12 @@ import { t, styled } from '@superset-ui/core';
 import { useCallback, useEffect, useRef, useState, ReactNode } from 'react';
 import Alert from 'src/components/Alert';
 import cx from 'classnames';
-import Button from 'src/components/Button';
 import { Icons } from 'src/components/Icons';
 import IndeterminateCheckbox from 'src/components/IndeterminateCheckbox';
 import Pagination from 'src/components/Pagination';
 import TableCollection from 'src/components/TableCollection';
 import BulkTagModal from 'src/features/tags/BulkTagModal';
+import { Dropdown, Menu } from 'antd';

Review Comment:
   I believe these should be imported from src/components, and not directly 
from AntD (this allows us to customize/expand/update/migrate the component as 
needed, application-wide).



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

To unsubscribe, e-mail: [email protected]

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