1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-06 01:15:56 +02:00

chore(backend): tweak MkInput

This commit is contained in:
syuilo
2023-10-08 17:57:48 +09:00
parent 4bbfc98883
commit 274c21e2cc
2 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div class="_gaps_m">
<div class="_gaps_s">
<MkInput v-model="notesPerOneAd" min="0" type="number">
<MkInput v-model="notesPerOneAd" :min="0" type="number">
<template #label>{{ i18n.ts._ad.notesPerOneAd }}</template>
<template #caption>{{ i18n.ts._ad.setZeroToDisable }}</template>
</MkInput>