#7864 - 7864_testToMaster_2434 #629

Merged
jsegarra merged 159 commits from 7864_testToMaster_2434 into master 2024-08-20 06:33:17 +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>
<VnInput
:label="t('globals.name')"
:rules="validate('client.socialName')"