aboutsummaryrefslogtreecommitdiff
path: root/resources/js/components/call-sign-description.vue
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-03-20 19:42:18 +0100
committerMateja <mail@matejamaric.com>2021-03-20 19:42:18 +0100
commit2f5e8adb8d310690db54aca55382f4733e337a85 (patch)
tree40ae6b8f3219e1e3ac4c784dd83d0143a52dd70d /resources/js/components/call-sign-description.vue
parent1306d59960fadbd5637960e60b9a00f547a1aeb9 (diff)
downloadyota-laravel-2f5e8adb8d310690db54aca55382f4733e337a85.tar.gz
yota-laravel-2f5e8adb8d310690db54aca55382f4733e337a85.zip
Better names for Vuex actions and mutations.
Diffstat (limited to 'resources/js/components/call-sign-description.vue')
-rw-r--r--resources/js/components/call-sign-description.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/js/components/call-sign-description.vue b/resources/js/components/call-sign-description.vue
index e930176..30cd37d 100644
--- a/resources/js/components/call-sign-description.vue
+++ b/resources/js/components/call-sign-description.vue
@@ -18,7 +18,7 @@
<script>
export default {
mounted() {
- this.$store.dispatch('fillSigns').then(() => {
+ this.$store.dispatch('pullSigns').then(() => {
try {
this.$store.dispatch('setSelectedSign', this.$store.getters.getSigns[0].sign);
}