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

View File

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