Remove unnecessary debug button.
This commit is contained in:
@@ -455,9 +455,6 @@ function BillEnterModalContainer({
|
|||||||
setEnterAgain(false);
|
setEnterAgain(false);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<button onClick={() => console.log(form.getFieldsValue("billlines"))}>
|
|
||||||
get billlines
|
|
||||||
</button>
|
|
||||||
<BillFormContainer
|
<BillFormContainer
|
||||||
form={form}
|
form={form}
|
||||||
disableInvNumber={billEnterModal.context.disableInvNumber}
|
disableInvNumber={billEnterModal.context.disableInvNumber}
|
||||||
|
|||||||
Reference in New Issue
Block a user