WIP - keep progress with frontend views

This commit is contained in:
Francisco Gaona
2025-12-22 01:37:33 +01:00
parent fbfaf7bb9f
commit b6cb5652b7
12 changed files with 122 additions and 14 deletions

View File

@@ -139,7 +139,7 @@ const getFieldsBySection = (section: FieldSection) => {
<div class="grid gap-6 md:grid-cols-2">
<FieldRenderer
v-for="field in getFieldsBySection(section)"
:key="field.id"
:key="field?.id"
:field="field"
:model-value="data[field.apiName]"
:mode="ViewMode.DETAIL"