1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01: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>