Fix references to parseStatus and reverseEngineeringStatus properties in KsGitCodeParser.vue

This commit is contained in:
sumedh
2024-10-29 14:50:45 +05:30
parent 4a043b2075
commit b32dae508d
2 changed files with 11 additions and 4 deletions

View File

@@ -42,6 +42,13 @@
placeholder="Search by File" />
</template>
</Column>
<Column field="ingestionInfo.metadata.KsProjectName" header="KsProjectName" sortable
style="min-width: 12rem">
<template #body="{ data }">
{{ data.ingestionInfo.metadata.KsProjectName }}
</template>
</Column>
<Column field="ingestionInfo.metadata.KsFileSource" header="FileSource" sortable>
<template #body="{ data }">
{{ data.ingestionInfo.metadata.KsFileSource }}