diff --git a/src/components/Form/FormProvider.js b/src/components/Form/FormProvider.js index dececd7b7fba..4d1630dbbe06 100644 --- a/src/components/Form/FormProvider.js +++ b/src/components/Form/FormProvider.js @@ -74,6 +74,7 @@ const propTypes = { /** Should validate function be called when the value of the input is changed */ shouldValidateOnChange: PropTypes.bool, + /** Should fix the errors alert be displayed when there is an error in the form */ shouldHideFixErrorsAlert: PropTypes.bool, };