Hotfix: Bugs detected after 24.50 #1060

Merged
jsegarra merged 2 commits from hotfix_minor_24-50 into master 2024-12-10 08:49:08 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8dcf272942 - Show all commits

View File

@ -101,7 +101,7 @@ const sumRisk = ({ clientRisks }) => {
<VnLv :value="entity.email" copy
><template #label>
{{ t('globals.params.email') }}
<VnLinkMail email="entity.email"></VnLinkMail> </template
<VnLinkMail :email="entity.email"></VnLinkMail> </template
></VnLv>
<VnLv
:label="t('customer.summary.salesPerson')"