Rename loading set methods to "load"
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
@@ -79,8 +79,8 @@ export default {
|
||||
}
|
||||
},
|
||||
created: function() {
|
||||
this.$store.dispatch('setBoards')
|
||||
this.$store.dispatch('setSharees')
|
||||
this.$store.dispatch('loadBoards')
|
||||
this.$store.dispatch('loadSharees')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user