mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 16:59:04 +08:00
feat: add supporting close the configuration popup by clicking outside (#3082)
This commit is contained in:
parent
c0d10f0d88
commit
f0f93c64d2
@ -26,7 +26,6 @@ function SettingsDrawer(): JSX.Element {
|
|||||||
width="70%"
|
width="70%"
|
||||||
onClose={onClose}
|
onClose={onClose}
|
||||||
visible={visible}
|
visible={visible}
|
||||||
maskClosable={false}
|
|
||||||
>
|
>
|
||||||
<DashboardSettingsContent />
|
<DashboardSettingsContent />
|
||||||
</DrawerContainer>
|
</DrawerContainer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user