mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
bug fix
This commit is contained in:
parent
1922c26f11
commit
1b1f21caeb
@ -5,7 +5,7 @@ import PermissionIconButton from '../../../common/PermissionIconButton/Permissio
|
|||||||
import { ADMIN } from '../../../providers/AccessProvider/permissions';
|
import { ADMIN } from '../../../providers/AccessProvider/permissions';
|
||||||
|
|
||||||
interface IReviveArchivedFeatureCell {
|
interface IReviveArchivedFeatureCell {
|
||||||
onRevive: (event: SyntheticEvent<Element, Event>) => Promise<void>;
|
onRevive: (event: SyntheticEvent<Element, Event>) => void;
|
||||||
project: string;
|
project: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user