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'); } $: {