mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
lint fix
This commit is contained in:
parent
1b1f21caeb
commit
539aa89639
@ -38,7 +38,7 @@ import theme from 'themes/theme';
|
|||||||
import { FeatureSchema } from '../../../openapi';
|
import { FeatureSchema } from '../../../openapi';
|
||||||
import { useFeatureArchiveApi } from '../../../hooks/api/actions/useFeatureArchiveApi/useReviveFeatureApi';
|
import { useFeatureArchiveApi } from '../../../hooks/api/actions/useFeatureArchiveApi/useReviveFeatureApi';
|
||||||
import useToast from '../../../hooks/useToast';
|
import useToast from '../../../hooks/useToast';
|
||||||
import {formatUnknownError} from "../../../utils/formatUnknownError";
|
import { formatUnknownError } from '../../../utils/formatUnknownError';
|
||||||
|
|
||||||
export interface IFeaturesArchiveTableProps {
|
export interface IFeaturesArchiveTableProps {
|
||||||
archivedFeatures: FeatureSchema[];
|
archivedFeatures: FeatureSchema[];
|
||||||
@ -326,4 +326,4 @@ const getColumns = (onRevive: (feature: string) => Promise<void>) => {
|
|||||||
),
|
),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
}
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user