feat: SW-601 Removed autoclose of map view in desktop

This commit is contained in:
Hrishikesh Vaipurkar
2024-11-19 17:18:12 +01:00
parent bc344e64cf
commit ebd60d9789

View File

@@ -66,7 +66,7 @@ export function MapModal({ children }: { children: React.ReactNode }) {
return (
<div className={styles.wrapper} ref={rootDiv}>
<Modal isDismissable isOpen={isOpen} onOpenChange={handleOnOpenChange}>
<Modal isOpen={isOpen} onOpenChange={handleOnOpenChange}>
<Dialog
style={
{