diff options
Diffstat (limited to 'src/frontend/app/components/UpdateNotification.tsx')
| -rw-r--r-- | src/frontend/app/components/UpdateNotification.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/components/UpdateNotification.tsx b/src/frontend/app/components/UpdateNotification.tsx index e07ee74..c8e21ea 100644 --- a/src/frontend/app/components/UpdateNotification.tsx +++ b/src/frontend/app/components/UpdateNotification.tsx @@ -16,7 +16,7 @@ export function UpdateNotification() { const handleUpdate = async () => { setIsUpdating(true); swManager.activateUpdate(); - + // Wait for the page to reload setTimeout(() => { window.location.reload(); |
