fix: refs #6273 redirect
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-06-10 17:06:28 +02:00
parent 9bcfd5c58a
commit 992249c638
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ onBeforeMount(async () => {
url-create="Workers/new" url-create="Workers/new"
model="worker" model="worker"
:form-initial-data="formData" :form-initial-data="formData"
@on-data-saved="({ id }) => $router.push({ path: `/worker/${id}` })" @on-data-saved="(__, { id }) => $router.push({ path: `/worker/${id}` })"
> >
<template #form="{ data, validate }"> <template #form="{ data, validate }">
<VnRow> <VnRow>