fix: properties rule

This commit is contained in:
puriphatt 2024-08-15 10:50:50 +07:00
parent a9ffaca668
commit 2d7321f27b

View file

@ -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>