From 39892a0938e466b8a20da98b7819a4d1ecc64161 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Tue, 23 Jul 2024 06:58:10 +0800 Subject: [PATCH] Data patch for storage invoice --- .../paymentsBilling/forms/PaymentVerificationFormComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/vue/components/paymentsBilling/forms/PaymentVerificationFormComponent.vue b/resources/assets/vue/components/paymentsBilling/forms/PaymentVerificationFormComponent.vue index a60f6b14..c03864ba 100644 --- a/resources/assets/vue/components/paymentsBilling/forms/PaymentVerificationFormComponent.vue +++ b/resources/assets/vue/components/paymentsBilling/forms/PaymentVerificationFormComponent.vue @@ -80,7 +80,7 @@ successHandler(response){ this.closeModal(); this.formHandler(); - window.location.reload(); + // window.location.reload(); }, }, mixins: [ModalFromHandler]