Browse Source

Fix placeholder attribute typo

Kousik Mitra 4 years ago
parent
commit
6d61c52126
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/views/TemplateForm.vue

+ 1 - 1
frontend/src/views/TemplateForm.vue

@@ -13,7 +13,7 @@
         <section expanded class="modal-card-body">
             <b-field :label="$t('globals.fields.name')" label-position="on-border">
             <b-input :maxlength="200" :ref="'focus'" v-model="form.name"
-                placeholder="$t('globals.fields.name')" required></b-input>
+                :placeholder="$t('globals.fields.name')" required></b-input>
             </b-field>
 
             <b-field :label="$t('globals.fields.rawHTML')" label-position="on-border">