Skip to content

Commit

Permalink
UITEN-278 - Add prop type validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Terala-Priyanka committed Apr 23, 2024
1 parent b17a1b7 commit 4a8c63f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/settings/ReadingRoomAccess/ReadingRoomAccess.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from 'react';
import PropTypes from 'prop-types';
import { useIntl } from 'react-intl';
import { Field } from 'redux-form';
import _ from 'lodash';
Expand Down Expand Up @@ -143,4 +144,9 @@ ReadingRoomAccess.manifest = Object.freeze({
},
});

ReadingRoomAccess.propTypes = {
resources: PropTypes.object,
mutator: PropTypes.object
};

export default ReadingRoomAccess;

0 comments on commit 4a8c63f

Please sign in to comment.