Skip to content

Commit

Permalink
fix(form): fix table display value of dynamic multiple choice questions
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Aug 28, 2024
1 parent 1d5a991 commit decedfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form/addon/components/cf-field-value.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{@field.selected.label}}
{{else if
(has-question-type
@field.question "multiple-choice" "multiple-dynamic-choice"
@field.question "multiple-choice" "dynamic-multiple-choice"
)
}}
{{#each @field.selected as |opt i|}}{{if (gt i 0) ", "}}{{opt.label}}{{/each}}
Expand Down

0 comments on commit decedfe

Please sign in to comment.