mirror of
https://github.com/apache/superset.git
synced 2026-05-31 05:09:20 +00:00
fix(no-restricted-imports): Fix overrides and include no-fa-icons-usage (#32571)
This commit is contained in:
@@ -65,6 +65,8 @@ const defaultProps = {
|
||||
const SortableListItem = SortableElement(CustomListItem);
|
||||
const SortableList = SortableContainer(List);
|
||||
const SortableDragger = SortableHandle(() => (
|
||||
// TODO: Remove fa-icon
|
||||
// eslint-disable-next-line icons/no-fa-icons-usage
|
||||
<i
|
||||
role="img"
|
||||
aria-label="drag"
|
||||
|
||||
Reference in New Issue
Block a user