mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
fix(no-restricted-imports): Fix overrides and include no-fa-icons-usage (#32571)
This commit is contained in:
@@ -42,6 +42,8 @@ export const RunQueryButton = ({
|
||||
}: RunQueryButtonProps) =>
|
||||
loading ? (
|
||||
<Button onClick={onStop} buttonStyle="warning" disabled={!canStopQuery}>
|
||||
{/* TODO: Remove fa-icon */}
|
||||
{/* eslint-disable-next-line icons/no-fa-icons-usage */}
|
||||
<i className="fa fa-stop" /> {t('Stop')}
|
||||
</Button>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user