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 4 additions and 0 deletions
Showing only changes of commit b2cc74d890 - Show all commits
src/pages/Travel/Card

View File

@ -156,6 +156,10 @@ const updateThermograph = async () => {
console.error('Error creating thermograph');
}
};
const onThermographCreated = async (data) => {
thermographForm.thermographId = data.id;
};
</script>
<template>
<FetchData