From 389e04a9fe428e28fe3ecb5ed43a0b42d3c053c1 Mon Sep 17 00:00:00 2001 From: Kamil Owczarz Date: Fri, 12 Jan 2024 15:21:44 +0100 Subject: [PATCH] Add comment --- src/components/Form/FormProvider.js | 1 + 1 file changed, 1 insertion(+) 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, };