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
@@ -83,8 +83,8 @@ export const ContentsPage = () => {
),
7: (value: string) => (
<Button
as={Link}
to={`/lg-admin/contents/update/${encodeURIComponent(value)}`}
as="a"
href={`/lg-admin/contents/update/${encodeURIComponent(value)}`}
className="text-md rounded-md"
size="sm"
>