diff --git a/src/views/Mapping.vue b/src/views/Mapping.vue index b00ac3f..45d9130 100644 --- a/src/views/Mapping.vue +++ b/src/views/Mapping.vue @@ -178,7 +178,8 @@ :dropzone="false" :item-list-options="{ rowMode: false }" /> + :item="state.getItem(jskos.conceptsOfMapping(mapping, 'from')[0])" + :flat="true" />

@@ -209,7 +210,8 @@ :item-list-options="{ rowMode: false }" /> + :item="state.getItem(jskos.conceptsOfMapping(mapping, 'to')[targetConceptIndex])" + :flat="true" /> {{ $t("mapping.noTargetConcepts") }} @@ -369,3 +371,9 @@ const mappingsOfConcordanceLink = computed(() => { color: #f3f0f0; } + +