-
-
Notifications
You must be signed in to change notification settings - Fork 811
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
Bug Report: Update and delete buttons of event modal are not working #1013
Comments
@palisadoes Please assign me this issue. |
@rishav-jha-mech Is this addressed in your latest PR? |
@palisadoes Event and People screens were out of scope for my project. This modal should be redesigned according to the latest design standards. I'll update the figma file soon, for now @kanhaiya04 can work on this. |
Hey @rishav-jha-mech, I attempted to resolve this issue by updating the data-toggle and data-target attributes to data-bs-toggle and data-bs-target, respectively, following the guidelines from Bootstrap 5.3 documentation. Now, the buttons are producing an error response, whereas previously, there was no response at all.
Can you suggest me the fix? |
@kanhaiya04 follow react-bootstrap, using attribute based elements wont work here |
Describe the bug
Update and delete buttons of the event modal are not working as expected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The update and delete buttons should perform their respective tasks.
Actual behavior
Both the buttons are doing nothing.
Screenshots
Additional details
Add any other context or screenshots about the feature request here.
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship PalisadoesFoundation/talawa#359
The text was updated successfully, but these errors were encountered: