diff options
Diffstat (limited to 'resources/js/components/call-sign-description.vue')
-rw-r--r-- | resources/js/components/call-sign-description.vue | 2 |
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); } |