Skip to content

Commit

Permalink
fix: added trashbin to Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialEsco committed Jan 30, 2025
1 parent c398600 commit f6029e3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Layout as DashboardLayout } from "/src/layouts/index.js";
import { CippTablePage } from "/src/components/CippComponents/CippTablePage.jsx";
import { Button } from "@mui/material";
import Link from "next/link";
import TrashIcon from '@heroicons/react/24/outline/TrashIcon';

const Page = () => {
const pageTitle = "Tenant Allow/Block Lists";
Expand All @@ -18,6 +19,7 @@ const Page = () => {
},
confirmText: "Are you sure you want to delete?",
color: "danger",
icon: <TrashIcon />,
},
];

Expand Down

0 comments on commit f6029e3

Please sign in to comment.