diff --git a/frontend/src/lib/editor.svelte b/frontend/src/lib/editor.svelte index 003bb89..18a8de2 100644 --- a/frontend/src/lib/editor.svelte +++ b/frontend/src/lib/editor.svelte @@ -113,7 +113,7 @@ if (res.ok) { confirm_to_leave = false; console.log(confirm_to_leave); - // window.location.href = '/dashboard'; + window.location.href = '/dashboard'; } else { alert('Error'); }