Skip to content

Commit

Permalink
Remove template from name
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Dec 15, 2020
1 parent b068509 commit 9174477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImJoyEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
@click="loadTemplate(t)"
:key="t.name"
>
<b-icon icon="file-star-outline"></b-icon>{{ t.name }} template
<b-icon icon="file-star-outline"></b-icon>{{ t.name }}
</b-navbar-item>
<b-navbar-item href="#" @click="saveFile()" v-show="config.enable_save">
<b-icon icon="file-download-outline"></b-icon> Save File
Expand Down

0 comments on commit 9174477

Please sign in to comment.