mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
Fix PR comments
This commit is contained in:
parent
fdf7ef8fb2
commit
de2a3037f5
@ -5,7 +5,7 @@ import PermissionIconButton from '../../../common/PermissionIconButton/Permissio
|
||||
import { ADMIN } from '../../../providers/AccessProvider/permissions';
|
||||
|
||||
interface IReviveArchivedFeatureCell {
|
||||
onRevive: any;
|
||||
onRevive: (featureName: string) => Promise<void>;
|
||||
project: string;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user