Skip to content

Commit

Permalink
fix: fix HoneypotWidget props
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliaghisini committed Sep 9, 2022
1 parent 272e3c3 commit cd294c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Widget/HoneypotWidget.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ HoneypotWidget.propTypes = {
id: PropTypes.string.isRequired,
title: PropTypes.string.isRequired,
description: PropTypes.string,
required: PropTypes.bool,
error: PropTypes.arrayOf(PropTypes.string),
wrapped: PropTypes.bool,
};

Expand All @@ -59,8 +57,6 @@ HoneypotWidget.propTypes = {
*/
HoneypotWidget.defaultProps = {
description: null,
required: false,
error: [],
value: [],
onChange: null,
onEdit: null,
Expand Down

0 comments on commit cd294c4

Please sign in to comment.