forked from verdnatura/salix-front
Fix edit thermograph id problem
This commit is contained in:
parent
c8153b6414
commit
770f17a362
|
@ -169,7 +169,7 @@ const removeThermograph = async (id) => {
|
|||
color="primary"
|
||||
size="sm"
|
||||
class="cursor-pointer"
|
||||
@click="redirectToThermographForm('edit', row)"
|
||||
@click="redirectToThermographForm('edit', row.id)"
|
||||
>
|
||||
<QTooltip>{{ t('Edit file') }}</QTooltip>
|
||||
</QIcon>
|
||||
|
|
Loading…
Reference in New Issue