diff --git a/frontend/src/features/public-form/components/FormFields/FormFields.tsx b/frontend/src/features/public-form/components/FormFields/FormFields.tsx index 9c8646adec..c6012ee3be 100644 --- a/frontend/src/features/public-form/components/FormFields/FormFields.tsx +++ b/frontend/src/features/public-form/components/FormFields/FormFields.tsx @@ -83,7 +83,7 @@ export const FormFields = ({ () => formFields .map(augmentWithMyInfo) - .map(augmentWithWorkflowDisabling.bind(this, workflowStep)), + .map((fields) => augmentWithWorkflowDisabling(workflowStep, fields)), [formFields, workflowStep], )