7596-devToTest_2426 #452

Merged
alexm merged 378 commits from 7596-devToTest_2426 into test 2024-06-19 08:49:21 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0cfaef2520 - Show all commits

View File

@ -86,7 +86,7 @@ onBeforeMount(async () => {
url-create="Workers/new"
model="worker"
: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 }">
<VnRow>