From 606c629d7755d0bdf95e200a86e1005aef3fb880 Mon Sep 17 00:00:00 2001 From: jorgep Date: Fri, 21 Jun 2024 13:47:42 +0200 Subject: [PATCH] feat: refs #6238 function name --- src/components/CrudModel.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/CrudModel.vue b/src/components/CrudModel.vue index fe15d2db1b6..406516d467a 100644 --- a/src/components/CrudModel.vue +++ b/src/components/CrudModel.vue @@ -135,7 +135,7 @@ async function onSubmit() { await saveChanges($props.saveFn ? formData.value : null); } -async function onSumbitAndGo() { +async function onSubmitAndGo() { await onSubmit(); push({ path: $props.goTo }); } @@ -324,7 +324,7 @@ watch(formUrl, async () => { />