Remove method 'commitStorePublisherId' from Register.Vue

This commit is contained in:
Wolfgang Huß 2022-06-02 16:15:11 +02:00
parent ffd11cb755
commit 37149b40fa

View File

@ -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({