Skip to content

Commit

Permalink
Merge pull request #20 from yumiguan/bugfix/wrong-spin-message
Browse files Browse the repository at this point in the history
Fix wrong spin message
  • Loading branch information
yumiguan authored Sep 3, 2021
2 parents 46b83ff + 260122d commit b4d3dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/form/BugItForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:index="index"
></component>
<AttachmentsList/>
<Spin fix v-if="loadTempalte">Loading Tempalte</Spin>
<Spin fix v-if="loadTempalte">Loading Template</Spin>
</Form>
<Submit></Submit>
</div>
Expand Down

0 comments on commit b4d3dce

Please sign in to comment.