refactor: replace anchor tags with Link components for navigation in TagsPage
This commit is contained in:
parent
338f4a72c4
commit
36b22d3f4a
@ -42,8 +42,8 @@ export const TagsPage = () => {
|
||||
const dataSlot: DataTableSlots = {
|
||||
3: (value: string) => (
|
||||
<Button
|
||||
as="a"
|
||||
href={`/lg-admin/tags/update/${value}`}
|
||||
as={Link}
|
||||
to={`/lg-admin/tags/update/${value}`}
|
||||
className="text-md rounded-md"
|
||||
size="sm"
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user