This commit is contained in:
Mel O'Hagan 2022-07-20 14:16:08 +01:00
parent 3b1edf2bdb
commit 96c99da3ce
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ const validateFormHandler = async (action, context) => {
return await executeActionHandler(
context,
action.parameters.componentId,
ActionTypes.ValidateForm,
ActionTypes.ValidateForm
)
}