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