admin role

This commit is contained in:
unknown
2025-05-29 00:13:03 +07:00
parent 4f5810c666
commit 02313d1056
3 changed files with 44 additions and 33 deletions

View File

@ -149,7 +149,7 @@ export const getColumns = (handleUpdate: (data: any) => void): ColumnDef<AgentBa
const dataMembers = row.original;
return (
<button className="btn btn-sm btn-icon btn-clear btn-light" onClick={() => handleUpdate(dataMembers)}>
<KeenIcon icon="notepad-edit" />
<KeenIcon icon="eye" />
</button>
);
}