BioDrop
BioDrop copied to clipboard
fix: Manage profile page button is disabled while adding new tags
Fixes Issue
closes #10291
Changes proposed
adding the tag will trigger the handleSubmit function and we are returing early so the setIsDisabled(false) will never get called that's why the button will be remain disabled
Check List (Check all the applicable boxes)
- [ ] My code follows the code style of this project.
- [ ] My change requires changes to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] All new and existing tests passed.
- [ ] This PR does not contain plagiarized content.
- [ ] The title of my pull request is a short description of the requested changes.