Skip to content

Commit

Permalink
18027-change prop default value
Browse files Browse the repository at this point in the history
  • Loading branch information
ketaki-deodhar committed Oct 10, 2023
1 parent 764ea74 commit 9dc2da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/base-address/BaseAddress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export default class BaseAddress extends Mixins(ValidationMixin, CountriesProvin
@Prop({ default: '' })
readonly deliveryInstructionsText: string
@Prop({ default: true })
@Prop({ default: false })
readonly excludeBC: boolean
resetRegion () {
Expand Down

0 comments on commit 9dc2da5

Please sign in to comment.