From 7af5023511b098923a45310f1291814f08994f3f Mon Sep 17 00:00:00 2001 From: Jaanus Sellin Date: Wed, 29 Mar 2023 10:02:44 +0300 Subject: [PATCH] fix: add export button behind flag (#3416) --- .../ProjectFeaturesBatchActions.tsx | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/frontend/src/component/project/Project/ProjectFeatureToggles/ProjectFeaturesBatchActions/ProjectFeaturesBatchActions.tsx b/frontend/src/component/project/Project/ProjectFeatureToggles/ProjectFeaturesBatchActions/ProjectFeaturesBatchActions.tsx index b8902f4280..e778c93a93 100644 --- a/frontend/src/component/project/Project/ProjectFeatureToggles/ProjectFeaturesBatchActions/ProjectFeaturesBatchActions.tsx +++ b/frontend/src/component/project/Project/ProjectFeatureToggles/ProjectFeaturesBatchActions/ProjectFeaturesBatchActions.tsx @@ -46,14 +46,19 @@ export const ProjectFeaturesBatchActions: FC< return ( <> - + } + variant="outlined" + size="small" + onClick={() => setShowExportDialog(true)} + > + Export + + } + />