Skip to content

Commit

Permalink
Fix wrong spin message
Browse files Browse the repository at this point in the history
  • Loading branch information
yumiguan committed Sep 3, 2021
1 parent 46b83ff commit 260122d
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 260122d

Please sign in to comment.