1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
This commit is contained in:
andreas-unleash 2022-06-07 14:16:56 +03:00
parent 1922c26f11
commit 1b1f21caeb

View File

@ -5,7 +5,7 @@ import PermissionIconButton from '../../../common/PermissionIconButton/Permissio
import { ADMIN } from '../../../providers/AccessProvider/permissions';
interface IReviveArchivedFeatureCell {
onRevive: (event: SyntheticEvent<Element, Event>) => Promise<void>;
onRevive: (event: SyntheticEvent<Element, Event>) => void;
project: string;
}