membership
This commit is contained in:
@@ -39,6 +39,7 @@ export const Membership = observer(() => {
|
||||
const [confirmLoading, setConfirmLoading] = useState(false);
|
||||
const [isLoading, setIsLoading] = useState(false);
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
const init = async () => {
|
||||
try {
|
||||
@@ -146,7 +147,8 @@ export const Membership = observer(() => {
|
||||
</Button>
|
||||
<Button
|
||||
onClick={() => {
|
||||
setDestination(record?.user_detail?.id);
|
||||
setDestination(record?.id);
|
||||
console.log(record?.id)
|
||||
setIsVisibleTopUpModal(true);
|
||||
}}
|
||||
>
|
||||
@@ -426,7 +428,7 @@ export const Membership = observer(() => {
|
||||
label="Amount"
|
||||
rules={[{ required: true, message: "Please input amount!" }]}
|
||||
>
|
||||
<Input />
|
||||
<Input/>
|
||||
</Form.Item>
|
||||
</Form>
|
||||
</Modal>
|
||||
|
||||
Reference in New Issue
Block a user