From 1be549c25851f4aad98a281b658ba7f25c029bc3 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 16 Oct 2024 15:16:00 +0200 Subject: [PATCH] fix: fix two disabled tooltips --- .../ArchiveButton.tsx | 18 ++++++++++-------- .../ProjectFeaturesBatchActions/ManageTags.tsx | 18 ++++++++++-------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/frontend/src/component/project/Project/ProjectFeatureToggles/ProjectFeaturesBatchActions/ArchiveButton.tsx b/frontend/src/component/project/Project/ProjectFeatureToggles/ProjectFeaturesBatchActions/ArchiveButton.tsx index ec9dfdc0a7ba..7396793084f9 100644 --- a/frontend/src/component/project/Project/ProjectFeatureToggles/ProjectFeaturesBatchActions/ArchiveButton.tsx +++ b/frontend/src/component/project/Project/ProjectFeatureToggles/ProjectFeaturesBatchActions/ArchiveButton.tsx @@ -53,14 +53,16 @@ export const ArchiveButton: VFC = ({ <> {({ hasAccess }) => ( - + + + )} = ({ <> {({ hasAccess }) => ( - + + + )}