feat: implement toast notifications for delete actions in dashboard pages
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user