From f0f93c64d21dbaf783dd3b69a3672c70ccfe0460 Mon Sep 17 00:00:00 2001 From: dnazarenkoo <134951516+dnazarenkoo@users.noreply.github.com> Date: Mon, 10 Jul 2023 14:23:00 +0300 Subject: [PATCH] feat: add supporting close the configuration popup by clicking outside (#3082) --- .../NewDashboard/DescriptionOfDashboard/SettingsDrawer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/container/NewDashboard/DescriptionOfDashboard/SettingsDrawer.tsx b/frontend/src/container/NewDashboard/DescriptionOfDashboard/SettingsDrawer.tsx index 33af3bdb3a..72a10a3f30 100644 --- a/frontend/src/container/NewDashboard/DescriptionOfDashboard/SettingsDrawer.tsx +++ b/frontend/src/container/NewDashboard/DescriptionOfDashboard/SettingsDrawer.tsx @@ -26,7 +26,6 @@ function SettingsDrawer(): JSX.Element { width="70%" onClose={onClose} visible={visible} - maskClosable={false} >