fix: fix create bankEntity #976

Merged
carlossa merged 5 commits from hotfix-createBankEntity into master 2024-11-20 09:02:02 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit c59baf9cf5 - Show all commits

View File

@ -79,7 +79,8 @@ onMounted(async () => {
</div>
<div
v-if="
countriesOptions.find((c) => c.id === data.countryFk).code == 'ES'
countriesOptions.find((c) => c.id === data.countryFk)?.code ==
'ES'
"
class="col"
>