Browse Source

esphemeral -> ephemeral

Co-authored-by: Copilot <[email protected]>
pull/860/head
Jeremy Gallant 9 months ago
committed by GitHub
parent
commit
eebeb16756
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/web/src/components/Dialog/FactoryResetDeviceDialog/FactoryResetDeviceDialog.tsx

2
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 = "/";
};

Loading…
Cancel
Save