refactor: refs #8472 remove added div and add class to VnInput
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jose Antonio Tubau 2025-02-12 08:57:44 +01:00
parent 812d68e295
commit a8de65092c
1 changed files with 1 additions and 3 deletions

View File

@ -133,9 +133,7 @@ const columns = computed(() => [
:columns="columns"
>
<template #more-create-dialog="{ data }">
<div class="q-span-2">
<VnInput :label="t('globals.name')" v-model="data.socialName" :uppercase="true" />
</div>
<VnInput class="q-span-2" :label="t('globals.name')" v-model="data.socialName" :uppercase="true" />
</template>
</VnTable>
</template>