Skip to content

Commit

Permalink
Merge pull request vuestorefront#2975 from mdesmet/develop
Browse files Browse the repository at this point in the history
fixed newsletter errrors
  • Loading branch information
patzick committed May 28, 2019
2 parents 0fb6736 + 5b5a1db commit cc4ce10
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<base-checkbox
class="col-xs-12 mb25 cl-primary"
id="generalAgreement"
:value="user.isSubscribed"
v-model="user.isSubscribed"
@click="edit()"
>
{{ $t('I want to receive a newsletter, and agree to its terms') }}
Expand Down Expand Up @@ -59,7 +59,6 @@ export default {
} else {
this.unsubscribe()
}
this.exitSection()
}
},
mixins: [Newsletter]
Expand Down

0 comments on commit cc4ce10

Please sign in to comment.