From 927e4c157b46df4bf5f30a9a2e78a3a8f579bdcd Mon Sep 17 00:00:00 2001 From: KoloMl Date: Sun, 12 Jan 2025 19:41:16 +0400 Subject: [PATCH] Fixed incorrect fallback redirect for "new" profiles --- src/routes/features/maintenance/[id]/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/features/maintenance/[id]/+page.svelte b/src/routes/features/maintenance/[id]/+page.svelte index a469331..aa6fa8d 100644 --- a/src/routes/features/maintenance/[id]/+page.svelte +++ b/src/routes/features/maintenance/[id]/+page.svelte @@ -12,7 +12,7 @@ let isActiveProfile = false; if (profileId === 'new') { - goto('/maintenance/profiles/new/edit'); + goto('/features/maintenance/new/edit'); } $: {