BioDrop icon indicating copy to clipboard operation
BioDrop copied to clipboard

fix: Manage profile page button is disabled while adding new tags

Open nexel-dev opened this issue 1 year ago • 0 comments

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.

Screenshots

Note to reviewers

nexel-dev avatar Mar 28 '24 15:03 nexel-dev