HOTFix: bug and simplify #1440

Merged
jsegarra merged 2 commits from hotfix_double_ticketSale into master 2025-02-19 10:49:49 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit cfc377847f - Show all commits

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']"