fix(frontend): いくつかのnumber inputに最小値を設定 (#14284)
This commit is contained in:
parent
ed6dc84c5f
commit
ee2f0f3a21
3 changed files with 4 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</MkInput>
|
||||
</section>
|
||||
<section v-else-if="expiration === 'after'">
|
||||
<MkInput v-model="after" small type="number" class="input">
|
||||
<MkInput v-model="after" small type="number" min="1" class="input">
|
||||
<template #label>{{ i18n.ts._poll.duration }}</template>
|
||||
</MkInput>
|
||||
<MkSelect v-model="unit" small>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue