From f2ab7f62b97648e0649fe81051b77cd6bd8f6987 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 13 Feb 2019 15:09:14 -0500 Subject: [PATCH] fix disabled of submit button --- src/components/FormActionGroup.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/FormActionGroup.jsx b/src/components/FormActionGroup.jsx index 682bad5ccd..3da293fe62 100644 --- a/src/components/FormActionGroup.jsx +++ b/src/components/FormActionGroup.jsx @@ -21,13 +21,13 @@ const buttonGroupStyle = { marginRight: '20px' }; -export default ({ onSubmit, isDisabled, onCancel }) => ( +export default ({ onSubmit, submitDisabled, onCancel }) => ( {({ i18n }) => ( - +