1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

Fix PR comments

This commit is contained in:
andreas-unleash 2022-06-07 13:28:22 +03:00
parent fdf7ef8fb2
commit de2a3037f5

View File

@ -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: any; onRevive: (featureName: string) => Promise<void>;
project: string; project: string;
} }