you are using sabhaArray directly. You need to get value of the array.
try this:
`fd.append("sabha_details", JSON.stringify(this.registerForm.get("sabhaArray").value));`
you are using sabhaArray directly. You need to get value of the array.
try this:
`fd.append("sabha_details", JSON.stringify(this.registerForm.get("sabhaArray").value));`
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)