Skip to content

Commit

Permalink
Fix propTypes for QuestionCopyValue
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Dec 12, 2024
1 parent 5ec0b86 commit 7e74ab9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const QuestionCopyValue = ({ question, value, siblings, copyValue }) => {
QuestionCopyValue.propTypes = {
question: PropTypes.object.isRequired,
value: PropTypes.object.isRequired,
siblings: PropTypes.object.isRequired,
siblings: PropTypes.array.isRequired,
copyValue: PropTypes.func.isRequired
}

Expand Down

0 comments on commit 7e74ab9

Please sign in to comment.