Codelabz
Codelabz copied to clipboard
[Fix]: Enable Tag Selection on Add Icon Click #1132
Description
This pull request addresses the issue where the tag modal fails to open when the "Add" icon is clicked. The proposed changes ensure that the modal functionality is restored, allowing users to select tags seamlessly.
Related Issue
Fixes #1132
Motivation and Context
How Has This Been Tested?
it is tested locally on my machine
Screenshots or GIF (In case of UI changes):
https://github.com/scorelab/Codelabz/assets/135845175/78349b59-5e24-4a2f-b6e0-5513dc29b19e
Types of changes
- [X] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [X] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [X] All new and existing tests passed.