From 3fe98b24a4e5c2c7c24a3cbd8d6a2bdd2dc99679 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Tue, 23 Jul 2024 07:06:34 +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 c03864ba..a60f6b14 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]