This commit is contained in:
2025-12-05 17:40:57 -05:00
parent 6423d1c1a2
commit fa9fabcd9f
43 changed files with 1506 additions and 529 deletions

View File

@@ -141,7 +141,7 @@ const submit = async () => {
})
}
if (!resp.ok) throw new Error('Failed to save child')
await router.push({ name: 'ChildrenListView' })
await router.push({ name: 'ParentChildrenListView' })
} catch (err) {
alert('Failed to save child.')
}