fix typo.

This commit is contained in:
Nawaz Dhandala
2020-01-28 14:35:51 +01:00
parent a9f2bbb3bf
commit 4b16563961

View File

@@ -74,7 +74,7 @@ Modal.propTypes = {
closeButtonLabel: PropTypes.string,
affirmativeButtonLabel: PropTypes.string,
children: PropTypes.object,
isLoading: PropTypes.boolean,
isLoading: PropTypes.bool,
}
const mapStateToProps = () => {