Community-Website
Community-Website copied to clipboard
[Backend] Integrate Delete Faq with Backend #679
Issue that this pull request solves
[Backend] Integrate Delete Faq with Backend #679 Closes: #679
Proposed changes
Integrated Delete Faq with Backend in Admin manageFAQ
Brief description of what is fixed or changed
Integrated Delete Faq with Backend in Admin manageFAQ
Types of changes
Put an x in the boxes that apply
- [ ] Bugfix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update (Documentation content changed)
- [ ] Other (please describe):
Checklist
Put an x in the boxes that apply
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] My changes does not break the current system and it passes all the current test cases.
Screenshots
Please attach the screenshots of the changes made in case of change in user interface
Other information
Any other information that is important to this pull request I have removed LINK from Faq.jsx as Link as generating warning of "to" not defined as <Link to="url"/> and it also makes the accordian freeze after going to manageFaq page. Removing LINK solved that problem