diff --git a/resources/assets/vue/components/paymentsBilling/elements/CustomerPaymentsBillingComponent.vue b/resources/assets/vue/components/paymentsBilling/elements/CustomerPaymentsBillingComponent.vue index ff2c5683..9063cc95 100644 --- a/resources/assets/vue/components/paymentsBilling/elements/CustomerPaymentsBillingComponent.vue +++ b/resources/assets/vue/components/paymentsBilling/elements/CustomerPaymentsBillingComponent.vue @@ -63,8 +63,9 @@ -
-
{{ expanded ? 'Cancel' : 'Make Payment' }}
+
+
+ {{ expanded ? 'Cancel' : 'Make Payment' }}
@@ -187,7 +188,7 @@ packing_list_id: null, transaction_details: [], }, - expanded: false, + expanded: true, } }, computed: {