after .send function nothing happens it does not get back to code but new campaign is created.....no line code runs after .send function even after try block also....even after looking on some post to attach callback function in .send(),that callback function also didnot ran. dont know why.....plz any solutions?
onSubmit = async event => { event.preventDefault();
};
after .send function nothing happens it does not get back to code but new campaign is created.....no line code runs after .send function even after try block also....even after looking on some post to attach callback function in .send(),that callback function also didnot ran. dont know why.....plz any solutions?