Merge pull request #438 from bugout-dev/clear-storage-on-drawer-cancel

using correct callback to close newDashboard drawer
pull/447/head
Neeraj Kashyap 2021-11-17 06:38:42 -08:00 zatwierdzone przez GitHub
commit 8ad3fc165b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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">