mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
PR comment
This commit is contained in:
parent
539aa89639
commit
de51478e19
@ -1,4 +1,4 @@
|
||||
import {SyntheticEvent, VFC} from 'react';
|
||||
import { SyntheticEvent, VFC } from 'react';
|
||||
import { ActionCell } from '../../../common/Table/cells/ActionCell/ActionCell';
|
||||
import { Undo } from '@mui/icons-material';
|
||||
import PermissionIconButton from '../../../common/PermissionIconButton/PermissionIconButton';
|
||||
@ -19,6 +19,7 @@ export const ReviveArchivedFeatureCell: VFC<IReviveArchivedFeatureCell> = ({
|
||||
onClick={onRevive}
|
||||
projectId={project}
|
||||
permission={ADMIN}
|
||||
tooltipProps={{ title: 'Revive feature' }}
|
||||
>
|
||||
<Undo />
|
||||
</PermissionIconButton>
|
||||
|
Loading…
Reference in New Issue
Block a user