Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zwave-js-bot committed Dec 22, 2023
1 parent fe310d6 commit 6f9a75c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,11 @@
v-model="newZwave.logToFile"
></v-switch>
</v-col>
<v-col cols="12" sm="6" v-if="newZwave.logEnabled">
<v-col
cols="12"
sm="6"
v-if="newZwave.logEnabled"
>
<v-text-field
v-model.number="newZwave.maxFiles"
label="Max files"
Expand Down

0 comments on commit 6f9a75c

Please sign in to comment.