Skip to content

Commit

Permalink
Revert "Fix Update Broadcast Modal Description Population and Styling…
Browse files Browse the repository at this point in the history
… Consistency"

This reverts commit bb06edc.
  • Loading branch information
shivamgaur99 committed Jun 21, 2024
1 parent bb06edc commit d36e90d
Show file tree
Hide file tree
Showing 10 changed files with 287 additions and 319 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { InputBase } from "@material-ui/core";
import { Search } from "@material-ui/icons";
import { DropMenu } from "../../../../../components/util/DropMenu/index.js";
import { Card } from "../ManageBroadcasts/Card/index.js";
import { Edit } from "../ManageBroadcasts/Edit/index.js";
import { Edit } from "../../../../Broadcast/Component/AllBroadcasts/Edit/index.js";
import { END_POINT } from "./../../../../../config/api";
import Loader from "../../../../../components/util/Loader";
import { Button4 } from "../../../../../components/util/Button";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { InputBase } from "@material-ui/core";
import { Search } from "@material-ui/icons";
import { DropMenu } from "../../../../components/util/DropMenu/index.js";
import { Card } from "./Card/index.js";
import { Edit } from "../../../Admin/Components/Broadcast/ManageBroadcasts/Edit/index.js";
import { Edit } from "./Edit/index.js";
import { END_POINT } from "./../../../../config/api";
import Loader from "../../../../components/util/Loader";
import { Button4 } from "../../../../components/util/Button";
Expand Down
Loading

0 comments on commit d36e90d

Please sign in to comment.