Skip to content

Commit

Permalink
fix: propsTypes warning
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Oct 23, 2024
1 parent db238a6 commit 69c9120
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ export class RDMDepositForm extends Component {
RDMDepositForm.propTypes = {
groupsEnabled: PropTypes.bool.isRequired,
config: PropTypes.object.isRequired,
recordRestrictionGracePeriod: PropTypes.object.isRequired,
recordRestrictionGracePeriod: PropTypes.number.isRequired,
allowRecordRestriction: PropTypes.bool.isRequired,
record: PropTypes.object.isRequired,
preselectedCommunity: PropTypes.object,
Expand Down

0 comments on commit 69c9120

Please sign in to comment.