diff --git a/apps/dcellar-web-ui/src/modules/group/components/GroupList.tsx b/apps/dcellar-web-ui/src/modules/group/components/GroupList.tsx index c652ac14..66c768dc 100644 --- a/apps/dcellar-web-ui/src/modules/group/components/GroupList.tsx +++ b/apps/dcellar-web-ui/src/modules/group/components/GroupList.tsx @@ -152,11 +152,6 @@ export const GroupList = memo(function GroupList() { pageChange={onPageChange} canNext={canNext} canPrev={canPrev} - onRow={(record: GroupInfo) => ({ - onClick: () => { - dispatch(setEditGroup(record)); - }, - })} /> );