Skip to content

Commit

Permalink
feat(dcellar-web-ui): remove click group row
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden-cao committed Aug 31, 2023
1 parent c4f297a commit fcd4b87
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,6 @@ export const GroupList = memo<GroupListProps>(function GroupList() {
pageChange={onPageChange}
canNext={canNext}
canPrev={canPrev}
onRow={(record: GroupInfo) => ({
onClick: () => {
dispatch(setEditGroup(record));
},
})}
/>
</>
);
Expand Down

0 comments on commit fcd4b87

Please sign in to comment.