Jeremy Gallant
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/web/src/components/Dialog/FactoryResetDeviceDialog/FactoryResetDeviceDialog.tsx
|
|
|
@ -34,7 +34,7 @@ export const FactoryResetDeviceDialog = ({ |
|
|
|
useMessageStore.getState().removeMessageStore(id); |
|
|
|
useNodeDBStore.getState().removeNodeDB(id); |
|
|
|
|
|
|
|
// Reload the app to ensure all esphemeral state is cleared
|
|
|
|
// Reload the app to ensure all ephemeral state is cleared
|
|
|
|
window.location.href = "/"; |
|
|
|
}; |
|
|
|
|
|
|
|
|