feat: Improve "days" section of component

This commit is contained in:
Matthias 2024-11-23 13:58:27 +01:00
parent 7c1c8d0d54
commit e95f137e9a

View File

@ -131,8 +131,8 @@ async function startDownload() {
<BFormInput <BFormInput
v-model.number="timeSelection.days" v-model.number="timeSelection.days"
type="number" type="number"
aria-label="Days to download"
min="1" min="1"
max="500"
style="width: 100px" style="width: 100px"
/> />
</div> </div>