Skip to content

Commit

Permalink
chore: remove .number modifyer
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Dec 25, 2024
1 parent 41db51f commit f80d0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ftbot/DownloadDataMain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async function startDownload() {
<div v-else class="d-flex align-items-center gap-2">
<label>Days to download:</label>
<BFormInput
v-model.number="timeSelection.days"
v-model="timeSelection.days"
type="number"
aria-label="Days to download"
min="1"
Expand Down

0 comments on commit f80d0ba

Please sign in to comment.