#6598 create useAcl composable #345

Merged
jorgep merged 10 commits from 6598-getUserAcl into dev 2024-06-11 07:32:47 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 205e7d82a6 - 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>