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
|
outlined
|
||||||
input-class="text-caption"
|
input-class="text-caption"
|
||||||
:label="$t('selection')"
|
:label="$t('selection')"
|
||||||
:rules="[
|
:rules="[(val) => !!val || $t('pleaseInformation')]"
|
||||||
(val) => (!!val && i <= 1) || $t('pleaseInformation'),
|
|
||||||
]"
|
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue