Skip to content

Commit

Permalink
Fix SelectWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Nov 14, 2024
1 parent fbbe3dc commit c0eecfa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const SelectWidget = ({ page, question, values, siblings, currentSet, disabled,
<div className="buttons">
<QuestionSuccess value={value}/>
<QuestionReuseValue page={page} value={value} updateValue={updateValue}/>
<QuestionReuseValue value={value} updateValue={updateValue}/>
<QuestionRemoveValue
question={question}
values={values}
Expand Down

0 comments on commit c0eecfa

Please sign in to comment.