mirror of
https://github.com/apache/superset.git
synced 2026-07-18 20:55:47 +00:00
fix(no-restricted-imports): Fix overrides and include no-fa-icons-usage (#32571)
This commit is contained in:
@@ -91,6 +91,8 @@ export const DndColumnSelectPopoverTitle = ({
|
||||
>
|
||||
{title || defaultLabel}
|
||||
|
||||
{/* TODO: Remove fa-icon */}
|
||||
{/* eslint-disable-next-line icons/no-fa-icons-usage */}
|
||||
<i
|
||||
className="fa fa-pencil"
|
||||
style={{ color: isHovered ? 'black' : 'grey' }}
|
||||
|
||||
@@ -132,6 +132,8 @@ export default function useResizeButton(
|
||||
}, [onMouseUp]);
|
||||
|
||||
return [
|
||||
// TODO: Remove fa-icon
|
||||
// eslint-disable-next-line icons/no-fa-icons-usage
|
||||
<i
|
||||
role="button"
|
||||
aria-label="Resize"
|
||||
|
||||
Reference in New Issue
Block a user