1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-04 13:48:56 +02:00

PR comment

This commit is contained in:
andreas-unleash 2022-06-07 14:21:36 +03:00
parent 539aa89639
commit de51478e19

View File

@ -19,6 +19,7 @@ export const ReviveArchivedFeatureCell: VFC<IReviveArchivedFeatureCell> = ({
onClick={onRevive}
projectId={project}
permission={ADMIN}
tooltipProps={{ title: 'Revive feature' }}
>
<Undo />
</PermissionIconButton>