fix responsible not showing close #50
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
:label="$t('responsible')"
|
||||
filled
|
||||
:options="props.responsibles"
|
||||
:option-label="(opt) => opt.firstName + ' ' + opt.lastName"
|
||||
:option-label="(opt) => opt.member.firstName + ' ' + opt.member.lastName"
|
||||
v-model="localMember.responsible"
|
||||
></q-select>
|
||||
<q-input
|
||||
|
||||
Reference in New Issue
Block a user