Skip to content

Commit

Permalink
Fix placeholder attribute typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kousikmitra committed Mar 30, 2021
1 parent 6dbcfee commit 6d61c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/TemplateForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 6d61c52

Please sign in to comment.