feat: add supporting close the configuration popup by clicking outside (#3082)

This commit is contained in:
dnazarenkoo 2023-07-10 14:23:00 +03:00 committed by GitHub
parent c0d10f0d88
commit f0f93c64d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,6 @@ function SettingsDrawer(): JSX.Element {
width="70%"
onClose={onClose}
visible={visible}
maskClosable={false}
>
<DashboardSettingsContent />
</DrawerContainer>