fix: edit rules input
This commit is contained in:
parent
ff0bcf95c6
commit
65077d5fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -546,7 +546,7 @@ function confirmDelete(items: unknown[], index: number) {
|
||||||
input-class="text-caption"
|
input-class="text-caption"
|
||||||
:label="$t('selection')"
|
:label="$t('selection')"
|
||||||
:rules="[
|
:rules="[
|
||||||
(val) => (!!val && i >= 1) || $t('pleaseInformation'),
|
(val) => (!!val && i <= 1) || $t('pleaseInformation'),
|
||||||
]"
|
]"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue