From de51478e192175b35aa01165902784046490d8f3 Mon Sep 17 00:00:00 2001 From: andreas-unleash Date: Tue, 7 Jun 2022 14:21:36 +0300 Subject: [PATCH] PR comment --- .../ReviveArchivedFeatureCell/ReviveArchivedFeatureCell.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/component/archive/ArchiveTable/ReviveArchivedFeatureCell/ReviveArchivedFeatureCell.tsx b/frontend/src/component/archive/ArchiveTable/ReviveArchivedFeatureCell/ReviveArchivedFeatureCell.tsx index 7aafafd5e2..0f46b1da3a 100644 --- a/frontend/src/component/archive/ArchiveTable/ReviveArchivedFeatureCell/ReviveArchivedFeatureCell.tsx +++ b/frontend/src/component/archive/ArchiveTable/ReviveArchivedFeatureCell/ReviveArchivedFeatureCell.tsx @@ -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 = ({ onClick={onRevive} projectId={project} permission={ADMIN} + tooltipProps={{ title: 'Revive feature' }} >