diff --git a/flow_action_components/HTTPBuilder/force-app/main/default/lwc/makeHTTPCallCPE/makeHTTPCallCPE.html b/flow_action_components/HTTPBuilder/force-app/main/default/lwc/makeHTTPCallCPE/makeHTTPCallCPE.html index 30c6d3dc0..186c91820 100644 --- a/flow_action_components/HTTPBuilder/force-app/main/default/lwc/makeHTTPCallCPE/makeHTTPCallCPE.html +++ b/flow_action_components/HTTPBuilder/force-app/main/default/lwc/makeHTTPCallCPE/makeHTTPCallCPE.html @@ -55,7 +55,7 @@

{errorMessage}

label={labels.Body_Label} builder-context={_builderContext} name="Body" - onvaluechanged={handleFlowComboboxValueChange} + onvaluechanged={changeBody} value={body} value-type={bodyType} class="slds-m-around_medium" @@ -84,7 +84,7 @@

{errorMessage}

-