fix: refs #7524 dynamic fetch #734

Merged
jorgep merged 4 commits from 7524-hotfix-tooManyRecords into master 2024-09-20 09:00:08 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 3b709c20cf - Show all commits

View File

@ -228,9 +228,7 @@ const updateThermograph = async () => {
<template #form>
<CreateThermographForm
@on-data-saved="
(data) =>
(thermographForm.thermographId =
data.thermographFk)
(data) => (thermographForm.thermographId = data.id)
"
/>
</template>