From 37149b40fac753721de4f2b73faa769fc74b696a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 2 Jun 2022 16:15:11 +0200 Subject: [PATCH] Remove method 'commitStorePublisherId' from Register.Vue --- frontend/src/pages/Register.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/pages/Register.vue b/frontend/src/pages/Register.vue index b2d9e6e71..0ae316ae9 100755 --- a/frontend/src/pages/Register.vue +++ b/frontend/src/pages/Register.vue @@ -122,9 +122,6 @@ export default { getValidationState({ dirty, validated, valid = null }) { return dirty || validated ? valid : null }, - commitStorePublisherId(val) { - this.$store.commit('publisherId', val) - }, async onSubmit() { this.$apollo .mutate({