Skip to content

Commit

Permalink
Fix syntax error in mail_settings Vue app
Browse files Browse the repository at this point in the history
  • Loading branch information
miroc committed May 12, 2023
1 parent 49a6a9c commit 9694881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/MailSettings/mail_settings.latte
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
},
template: `
<div class="radio" v-for="variant in mailType.variants">
<label v-else :for="'variant-' + variant.id" >
<label :for="'variant-' + variant.id" >
<input :id="'variant-' + variant.id"
:name="'mail-' + mailType.id + '-variant'"
type="radio"
Expand Down

0 comments on commit 9694881

Please sign in to comment.