Bug Fixing PPOB
This commit is contained in:
@@ -329,11 +329,7 @@ export const Membership = observer(() => {
|
||||
form.resetFields();
|
||||
}
|
||||
};
|
||||
const handleClickRow = (record, index) => ({
|
||||
onClick: (event) => {
|
||||
history.push(LINKS.USER_DETAIL.replace(":id", record.id));
|
||||
},
|
||||
});
|
||||
|
||||
return (
|
||||
<div className={["ppob-container"].join(" ")}>
|
||||
<BreadcumbComponent
|
||||
@@ -379,7 +375,6 @@ export const Membership = observer(() => {
|
||||
<Table
|
||||
key="1"
|
||||
hasEmpty
|
||||
onRow={handleClickRow}
|
||||
columns={columns}
|
||||
style={{ cursor: "pointer" }}
|
||||
dataSource={
|
||||
|
||||
Reference in New Issue
Block a user