Skip to content

Commit

Permalink
Fix Vue linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Jun 7, 2021
1 parent 868fae6 commit 3ecac76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/views/Import.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
</div>

<div class="column">
<b-field :label="$t('import.csvDelim')" :message="$t('import.csvDelimHelp')" class="delimiter">
<b-field :label="$t('import.csvDelim')" :message="$t('import.csvDelimHelp')"
class="delimiter">
<b-input v-model="form.delim" name="delim" placeholder="," maxlength="1" required />
</b-field>
</div>
Expand Down

0 comments on commit 3ecac76

Please sign in to comment.