Skip to content

Commit

Permalink
Fixed: Displayed message correctly when there is no method associated…
Browse files Browse the repository at this point in the history
… with carrier (#649).
  • Loading branch information
ravilodhi committed Sep 9, 2024
1 parent d61e133 commit a9febca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/OrderDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ export default defineComponent({
shipmentMethodTypeId: "",
carrierPartyId: "",
carrierMethods:[] as any,
isUpdatingCarrierDetail: true
isUpdatingCarrierDetail: false
}
},
async ionViewDidEnter() {
Expand Down

0 comments on commit a9febca

Please sign in to comment.