Merge remote-tracking branch 'origin/test-AIO' into feature/IO-2677-Tasks

This commit is contained in:
Dave Richer
2024-04-05 11:22:13 -04:00

View File

@@ -90,7 +90,7 @@ function PaymentModalContainer({ paymentModal, toggleModalVisible, bodyshop, cur
}
}
if (actions.refetch) actions.refetch(updatedPayment && updatedPayment.data.update_payments.returning[0]);
if (actions.refetch) actions.refetch();
if (enterAgain) {
const prev = form.getFieldsValue(["date"]);