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 }) => ( - +