diff --git a/src/components/Promenu/index.tsx b/src/components/Promenu/index.tsx index dd03d98..6417dc6 100644 --- a/src/components/Promenu/index.tsx +++ b/src/components/Promenu/index.tsx @@ -207,6 +207,7 @@ const Promenu: React.FC<{}> = () => { hideInput.id = 'tempInput_CustomerService' hideInput.type="hidden" hideInput.name= 'consultType' + hideInput.value= consultType tempForm.appendChild(hideInput) } tempForm.submit();