kopia lustrzana https://github.com/bugout-dev/moonstream
Merge pull request #438 from bugout-dev/clear-storage-on-drawer-cancel
using correct callback to close newDashboard drawerpull/447/head
commit
8ad3fc165b
|
@ -225,7 +225,7 @@ const OverlayProvider = ({ children }) => {
|
|||
size="xl"
|
||||
// w="80%"
|
||||
initialFocusRef={firstField}
|
||||
onClose={() => toggleAlert(() => toggleDrawer(DRAWER_TYPES.OFF))}
|
||||
onClose={() => toggleAlert(() => finishNewDashboard())}
|
||||
>
|
||||
<DrawerOverlay />
|
||||
<DrawerContent overflowY="scroll">
|
||||
|
|
Ładowanie…
Reference in New Issue