Resolve enter again issue seen only on RO.

This commit is contained in:
Patrick Fic
2023-08-30 08:49:50 -07:00
parent 7d18c9b160
commit 03d04fd8d1

View File

@@ -320,12 +320,12 @@ function BillEnterModalContainer({
});
if (enterAgain) {
form.resetFields();
form.resetFields();
// form.resetFields();
form.setFieldsValue({
...formValues,
billlines: [],
});
form.resetFields();
} else {
toggleModalVisible();
}