0
0
Fork 0

refs #5834 perf: fix bad lint

This commit is contained in:
Javier Segarra 2024-01-31 09:05:21 +01:00
parent c42d8169dc
commit 27bfd009cf
2 changed files with 4 additions and 4 deletions

View File

@ -75,8 +75,8 @@ const getBankEntities = () => {
<QIcon name="info" class="cursor-info">
<QTooltip>{{ t('components.iban_tooltip') }}</QTooltip>
</QIcon>
</template></VnInput
>
</template>
</VnInput>
</div>
<div class="col">
<VnSelectCreate

View File

@ -106,8 +106,8 @@ onMounted(() => {
t('components.iban_tooltip')
}}</QTooltip>
</QIcon>
</template></VnInput
>
</template>
</VnInput>
</div>
<div class="col">
<VnSelectCreate