feat: implement toast notifications for delete actions in dashboard pages

This commit is contained in:
Ardeman
2025-03-12 21:19:41 +08:00
parent 36b22d3f4a
commit 7ab83a4f66
7 changed files with 114 additions and 19 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ export const CategoriesPage = () => {
),
3: (value: string) => (
<Button
as={Link}
to={`/lg-admin/categories/update/${value}`}
as="a"
href={`/lg-admin/categories/update/${value}`}
className="text-md rounded-md"
size="sm"
>