Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Hide delete button on template create
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinDY committed Jul 1, 2022
1 parent b14e4e7 commit b72bdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Template/CTemplateEditorInfo.vue
Expand Up @@ -122,7 +122,7 @@
/>

<confirmation-toggle
v-if="template && template.templateID"
v-if="!fresh"
@confirmed="$emit('delete')"
>
{{ getDeleteStatus }}
Expand Down

0 comments on commit b72bdd0

Please sign in to comment.