mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +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';
|
||||
|
||||
interface IReviveArchivedFeatureCell {
|
||||
onRevive: (event: SyntheticEvent<Element, Event>) => Promise<void>;
|
||||
onRevive: (event: SyntheticEvent<Element, Event>) => void;
|
||||
project: string;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user