Skip to content

Commit

Permalink
chore(fe): 🔥 hide edit user button
Browse files Browse the repository at this point in the history
  • Loading branch information
lehuygiang28 committed Aug 21, 2024
1 parent 002c69a commit fec6f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/fe/src/app/(admin)/users/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ export default function UserList() {
dataIndex="actions"
render={(_, record: UserDto) => (
<Space>
<EditButton
{/* <EditButton
hideText
size="small"
recordItemId={record._id.toString()}
/>
/> */}
<ShowButton
hideText
size="small"
Expand Down

0 comments on commit fec6f04

Please sign in to comment.