CSR-762 Cleanup and bug fixes
This commit is contained in:
parent
751a04dc31
commit
3fbb512e7c
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ export default {
|
|||
value:
|
||||
answer.value ??
|
||||
(this.useTextForValue && answer.Text ? answer.Text : answer.Name) ??
|
||||
(typeof answer === "string" ? answer : null),
|
||||
(typeof answer !== "object" ? answer : null),
|
||||
}));
|
||||
},
|
||||
selectedValues: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue