prettier
This commit is contained in:
parent
b4c3cfa365
commit
0f0e6702e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue