Added Trailing to Datatypes

Added Description Loading in LinkedDocument
This commit is contained in:
2025-01-09 11:31:26 +01:00
parent 06725ee497
commit 566efb0d2c
2 changed files with 5 additions and 3 deletions

View File

@@ -178,6 +178,7 @@ const setupPage = async () => {
itemInfo.value.customer = linkedDocument.customer
itemInfo.value.project = linkedDocument.project
itemInfo.value.contact = linkedDocument.contact
itemInfo.value.description = linkedDocument.description
setCustomerData()
@@ -928,7 +929,6 @@ const setRowData = (row) => {
</UButton>
</template>
</UDashboardNavbar>
<UDashboardPanelContent>
<UTabs class="p-5" :items="tabItems" @change="onChangeTab" v-if="loaded">
<template #item="{item}">