Skip to content

Commit

Permalink
Fix lint prod error
Browse files Browse the repository at this point in the history
  • Loading branch information
laupse committed Dec 21, 2023
1 parent 873ff83 commit 4861c16
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/StatusPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@

<div class="my-3">
<label for="auto-refresh-interval" class="form-label">{{ $t("Refresh Interval") }}</label>
<input
id="auto-refresh-interval" v-model="config.autoRefreshInterval" type="number"
class="form-control" :min="5"
>
<input id="auto-refresh-interval" v-model="config.autoRefreshInterval" type="number" class="form-control" :min="5">
<div class="form-text">
{{ $t("Refresh Interval Description", [config.autoRefreshInterval]) }}
</div>
Expand Down

0 comments on commit 4861c16

Please sign in to comment.