mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
Merge branch 'Bug/137-js_error_on_billing_detail' into 'master'
fix: [FE] clear the section prop and default_address vue warning. See merge request CIEFWorldwideSdnBhd/exchange-2.0!29
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="row zig-zag-top">
|
||||
<div class="col bg-white padding-25">
|
||||
<div class="row p-b-20 b-b b-dashed m-b-20 b-grey">
|
||||
<div class="row p-b-20 b-b b-dashed m-b-20 b-grey" v-if="defaultAddress[0]">
|
||||
<div class="col">
|
||||
<div class="row m-b-5">
|
||||
<div class="col">
|
||||
@@ -133,7 +133,6 @@
|
||||
},
|
||||
data(){
|
||||
return {
|
||||
section: 'addressListSection',
|
||||
isLoading: true,
|
||||
billingAddress: [],
|
||||
createAddress: false,
|
||||
|
||||
Reference in New Issue
Block a user