Commit 7cbde5894db3f59ff7991b9249825f69c64d2b0a
1 parent
c65f71ff
fix: #215
Showing
1 changed file
with
1 additions
and
1 deletions
front-end/h5/src/views/work-manager/templates.vue
| ... | ... | @@ -94,7 +94,7 @@ export default { |
| 94 | 94 | }), |
| 95 | 95 | computed: { |
| 96 | 96 | ...mapState('editor', ['works', 'workTemplates']), |
| 97 | - ...mapState('loading', ['fetchWorks_loading']) | |
| 97 | + ...mapState('loading', ['fetchWorkTemplates_loading']) | |
| 98 | 98 | }, |
| 99 | 99 | methods: { |
| 100 | 100 | ...mapActions('editor', [ | ... | ... |