From 4b165639613360dacf28409bc848d17488ce8cf3 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Tue, 28 Jan 2020 14:35:51 +0100 Subject: [PATCH] fix typo. --- dashboard/src/components/basic/Modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/basic/Modal.js b/dashboard/src/components/basic/Modal.js index a8d26700c7..ccd947e9ee 100644 --- a/dashboard/src/components/basic/Modal.js +++ b/dashboard/src/components/basic/Modal.js @@ -74,7 +74,7 @@ Modal.propTypes = { closeButtonLabel: PropTypes.string, affirmativeButtonLabel: PropTypes.string, children: PropTypes.object, - isLoading: PropTypes.boolean, + isLoading: PropTypes.bool, } const mapStateToProps = () => {