updae: index lazy for hover on button edit

This commit is contained in:
abiyasa05 2024-11-21 13:58:35 +07:00
parent ff933dfd61
commit 2f28b9d655
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ export default function AspectPage() {
icon: <TbEye />,
},
{
label: "Edit",
label: "Ubah",
permission: true,
action: `?edit=${props.row.original.id}`,
color: "black",

View File

@ -64,7 +64,7 @@ export default function QuestionsPage() {
icon: <TbEye />,
},
{
label: "Edit",
label: "Ubah",
permission: true,
action: `?edit=${props.row.original.id}`,
color: "black",