Skip to content
New issue

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

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sital002
Copy link
Member

@sital002 sital002 commented Mar 28, 2024

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

@github-actions github-actions bot added the issue linked Pull Request has issue linked label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue linked Pull Request has issue linked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Manage profile page button is disabled
1 participant