prettier
This commit is contained in:
parent
b4c3cfa365
commit
0f0e6702e2
|
@ -33,7 +33,7 @@
|
||||||
input-debounce="0"
|
input-debounce="0"
|
||||||
class="col-xs-12 col-sm-6 q-pa-sm"
|
class="col-xs-12 col-sm-6 q-pa-sm"
|
||||||
:options="jobtypes"
|
:options="jobtypes"
|
||||||
:option-label="jobtype => typeof jobtype === 'number' ? '' : jobtype.name"
|
:option-label="(jobtype) => (typeof jobtype === 'number' ? '' : jobtype.name)"
|
||||||
option-value="id"
|
option-value="id"
|
||||||
map-options
|
map-options
|
||||||
clearable
|
clearable
|
||||||
|
|
Loading…
Reference in New Issue