diff --git a/frontend/vue/src/components/dataset/DatasetAccess.vue b/frontend/vue/src/components/dataset/DatasetAccess.vue index bed265228..1dbdcca17 100644 --- a/frontend/vue/src/components/dataset/DatasetAccess.vue +++ b/frontend/vue/src/components/dataset/DatasetAccess.vue @@ -30,7 +30,7 @@
- +
@@ -50,8 +50,8 @@
-
- +
+
@@ -60,7 +60,7 @@
- +
@@ -181,7 +181,7 @@ export default { "affiliation": this.user.affiliation, "country": this.country, "_xsrf": this.getXsrf(), - "newsletter": this.newsletter ? 1 : 0 + "newsletter": this.newsLetter ? 1 : 0 }) .then(() => { this.$store.dispatch('getUser');