mirror of
https://github.com/apache/superset.git
synced 2026-05-31 21:29:19 +00:00
fix(no-restricted-imports): Fix overrides and include no-fa-icons-usage (#32571)
This commit is contained in:
@@ -516,6 +516,8 @@ export default class AdhocMetricEditPopover extends PureComponent {
|
||||
>
|
||||
{t('Save')}
|
||||
</Button>
|
||||
{/* TODO: Remove fa-icon */}
|
||||
{/* eslint-disable-next-line icons/no-fa-icons-usage */}
|
||||
<i
|
||||
role="button"
|
||||
aria-label="Resize"
|
||||
|
||||
@@ -120,6 +120,8 @@ const AdhocMetricEditPopoverTitle: FC<AdhocMetricEditPopoverTitleProps> = ({
|
||||
>
|
||||
<TitleLabel>{title?.label || defaultLabel}</TitleLabel>
|
||||
|
||||
{/* TODO: Remove fa-icon */}
|
||||
{/* eslint-disable-next-line icons/no-fa-icons-usage */}
|
||||
<i
|
||||
className="fa fa-pencil"
|
||||
style={{ color: isHovered ? 'black' : 'grey' }}
|
||||
|
||||
Reference in New Issue
Block a user