EddieHubCommunity / BioDrop

Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.
https://biodrop.io
MIT License
5.73k stars 3.96k forks source link

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

Closed sital002 closed 3 months ago

sital002 commented 6 months ago

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)

Screenshots

Note to reviewers