diff --git a/src/components/management/EditJobSlot.vue b/src/components/management/EditJobSlot.vue index deb2dac..097231c 100644 --- a/src/components/management/EditJobSlot.vue +++ b/src/components/management/EditJobSlot.vue @@ -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