fix: refs #7524 use id
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-09-20 10:27:24 +02:00
parent 075c129036
commit b2cc74d890
1 changed files with 4 additions and 0 deletions

View File

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