fix: update option-filter-value to use thermographFk in TravelThermographsForm
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Pablo Natek 2025-02-18 14:30:12 +01:00
parent 6bef98bd10
commit a1db140d67
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ const onThermographCreated = async (data) => {
}"
sort-by="thermographFk ASC"
option-label="thermographFk"
option-filter-value="id"
option-filter-value="thermographFk"
:disable="viewAction === 'edit'"
:tooltip="t('New thermograph')"
:roles-allowed-to-create="['logistic']"