Skip to content

Commit

Permalink
🍁 [Frontend] Improve the Manage Q&A UI (#1105)
Browse files Browse the repository at this point in the history
* [Frontend] Improve the Manage Q&A UI

* removing redundant code
  • Loading branch information
shivamgaur99 authored Aug 5, 2024
1 parent 64ff502 commit 9b01752
Show file tree
Hide file tree
Showing 6 changed files with 317 additions and 394 deletions.
3 changes: 0 additions & 3 deletions frontend/src/pages/Admin/Admin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import { END_POINT } from "../../config/api";
import { useDispatch } from "react-redux";
import { ManageFaq } from "./Components/Faq/ManageFaq";
import { QandA } from "./Components/Faq/Q&A/QandA";
import { Manageqa } from "./Components/Faq/Q&A/ManageQ&A/ManageQ&A";
import { Testimonial } from "./Components/Testimonial";
import { AddTestimonial } from "./Components/Testimonial/AddTestimonial";
import { ManageTestimonial } from "./Components/Testimonial/ManageTestimonial";
Expand Down Expand Up @@ -261,8 +260,6 @@ export const Admin = (props) => {
<ManageBroadcasts />
) : tab === 18 ? (
<QandA setQId={setQId} setTab={setTab} tab={tab} />
) : tab === 19 ? (
<Manageqa qId={qId} setTab={setTab} />
) : tab === 20 ? (
<Testimonial setTab={setTab} />
) : tab === 21 ? (
Expand Down
199 changes: 0 additions & 199 deletions frontend/src/pages/Admin/Components/Faq/Q&A/ManageQ&A/ManageQ&A.jsx

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9b01752

Please sign in to comment.