fix: refs #6486 add title to basicData

This commit is contained in:
Pablo Natek 2024-03-06 09:43:45 +01:00
parent 59d41029d9
commit b584295101
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ const creditWarning = computed(() => {
<CardSummary ref="summary" :url="`Clients/${entityId}/summary`">
<template #body="{ entity }">
<QCard class="vn-one">
<a class="header" :href="`#/customer/${entityId}/basic-data`">
<a class="header header-link" :href="`#/customer/${entityId}/basic-data`">
{{ t('customer.summary.basicData') }}
<QIcon name="open_in_new" />
</a>