fix: refs #8322 fixed route creation url
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
PAU ROVIRA ROSALENY 2025-01-03 07:21:31 +01:00
parent a0b19f8e79
commit a53ac3d6cc
1 changed files with 1 additions and 2 deletions

View File

@ -115,7 +115,6 @@ const columns = computed(() => [
prefix="route"
:array-data-props="{
url: 'Routes/filter',
order: 'id DESC',
exprBuilder,
}"
>
@ -130,7 +129,7 @@ const columns = computed(() => [
:filter="routeFilter"
redirect="route"
:create="{
urlCreate: 'Routes/create',
urlCreate: 'Routes',
title: t('route.createRoute'),
onDataSaved: ({ id }) => tableRef.redirect(id),
formInitialData: {},