0
0
Fork 0

Fix route list worker field

This commit is contained in:
Kevin Martinez 2024-03-06 23:25:41 -03:00
parent d3a93da849
commit e8e2bc8403
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ const openTicketsDialog = (id) => {
v-model="row.workerFk"
:options="workers"
option-value="id"
option-label="name"
option-label="nickname"
hide-selected
dense
:emit-value="false"