Skip to content

Commit

Permalink
#131 Removed spacing to resolve ESlint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BeneRichi committed Jan 20, 2023
1 parent 7776793 commit 43f10f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styleguide/routes/forms.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</e-fieldset>

<e-fieldset legend="Date Pickers">
<eDate v-model="form.date" name="date" />
<eDate v-model="form.date" name="date" />
<cDatePicker :start.sync="form.startDate"
:end.sync="form.endDate"
range
Expand Down

0 comments on commit 43f10f4

Please sign in to comment.