refs #5834 feat: add required for country

This commit is contained in:
Javier Segarra 2024-01-31 08:41:21 +01:00
parent 6fe6cd79e8
commit 40fb0c4533
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ const onDataSaved = (data) => {
option-value="id" option-value="id"
option-label="country" option-label="country"
hide-selected hide-selected
:required="true"
:rules="validate('bankEntity.countryFk')" :rules="validate('bankEntity.countryFk')"
/> />
</div> </div>