Fix: Wagon section reload #727

Merged
jon merged 3 commits from FixWagonRedirect into dev 2024-09-19 10:45:32 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 8fa11263e8 - Show all commits

View File

@ -107,9 +107,7 @@ async function remove(row) {
:create="{ :create="{
urlCreate: 'Wagons', urlCreate: 'Wagons',
title: t('Create new wagon'), title: t('Create new wagon'),
onDataSaved: () => { onDataSaved: () => tableRef.reload(),
tableRef.reload();
},
formInitialData: {}, formInitialData: {},
}" }"
> >