We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after creating Bit Tree - by clicking on the button we have cleared the input texts as:
if(result.success){ toast.success(result.message) setLinks([]) setpic("") sethandle("") } else{ toast.error(result.message) }
It will show error, if we try to input handle again
So it should be done in this way:
if(result.success){ toast.success(result.message) setLinks([{link:"", linktext:""}]) setpic("") sethandle("") setdesc("") } else{ toast.error(result.message) }
it will remove the error and make the code little better..! @CodeWithHarry @it-is-Aman
The text was updated successfully, but these errors were encountered:
No branches or pull requests
after creating Bit Tree - by clicking on the button
we have cleared the input texts as:
It will show error, if we try to input handle again
So it should be done in this way:
it will remove the error and make the code little better..!
@CodeWithHarry
@it-is-Aman
The text was updated successfully, but these errors were encountered: