mirror of
https://github.com/apache/superset.git
synced 2026-06-02 06:09:21 +00:00
fix(no-restricted-imports): Fix overrides and include no-fa-icons-usage (#32571)
This commit is contained in:
@@ -150,10 +150,14 @@ export default function ColumnConfigControl<T extends ColumnConfig>({
|
||||
>
|
||||
{showAllColumns ? (
|
||||
<>
|
||||
{/* TODO: Remove fa-icon */}
|
||||
{/* eslint-disable-next-line icons/no-fa-icons-usage */}
|
||||
<i className="fa fa-angle-up" /> {t('Show less columns')}
|
||||
</>
|
||||
) : (
|
||||
<>
|
||||
{/* TODO: Remove fa-icon */}
|
||||
{/* eslint-disable-next-line icons/no-fa-icons-usage */}
|
||||
<i className="fa fa-angle-down" />
|
||||
{t('Show all columns')}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user