This commit is contained in:
Tim Gröger 2023-04-30 13:55:17 +02:00
parent b4c3cfa365
commit 0f0e6702e2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
input-debounce="0"
class="col-xs-12 col-sm-6 q-pa-sm"
:options="jobtypes"
:option-label="jobtype => typeof jobtype === 'number' ? '' : jobtype.name"
:option-label="(jobtype) => (typeof jobtype === 'number' ? '' : jobtype.name)"
option-value="id"
map-options
clearable