Perbaikan PPOB
This commit is contained in:
parent
b337610f94
commit
a346ffd8f1
|
@ -442,7 +442,7 @@ export const Membership = observer(() => {
|
||||||
<small>Role : {item.roles?.name}</small> <br />
|
<small>Role : {item.roles?.name}</small> <br />
|
||||||
<small>Saldo : {item.coa?.amount}</small> <br />
|
<small>Saldo : {item.coa?.amount}</small> <br />
|
||||||
<Button
|
<Button
|
||||||
style={{ marginRight: 10 }}
|
style={{ marginRight: 10,marginTop:7 }}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setDestination(item?.id);
|
setDestination(item?.id);
|
||||||
console.log(item?.id);
|
console.log(item?.id);
|
||||||
|
|
|
@ -15,7 +15,6 @@ import { useStore } from "../../utils/useStore";
|
||||||
import { appConfig } from "../../config/app";
|
import { appConfig } from "../../config/app";
|
||||||
import { LoadingOutlined, PlusOutlined } from "@ant-design/icons";
|
import { LoadingOutlined, PlusOutlined } from "@ant-design/icons";
|
||||||
|
|
||||||
const { Title, Text } = Typography;
|
|
||||||
export const MembershipModal = ({
|
export const MembershipModal = ({
|
||||||
visible,
|
visible,
|
||||||
onCreate,
|
onCreate,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user