Bug Fixing PPOB

This commit is contained in:
2022-01-24 17:29:06 +07:00
parent f8cb939583
commit 298a5261c6
7 changed files with 363 additions and 535 deletions

View File

@@ -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={