#6943 - customer_migration_subsection #570

Merged
alexm merged 5 commits from 6943-customer_migration_subsection into dev 2024-07-30 12:02:32 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ecb201edce - Show all commits

View File

@ -29,7 +29,7 @@ const contactChannels = ref([]);
/>
<FormModel :url="`Clients/${route.params.id}`" auto-load model="customer">
<template #form="{ data, validate }">
<VnRow class="row q-gutter-md q-mb-md">
<VnRow>
alexm marked this conversation as resolved Outdated

Esta clase no hace falta.

Esta clase no hace falta.
<VnInput
:label="t('globals.name')"
:rules="validate('client.socialName')"