Fix references to parseStatus and reverseEngineeringStatus properties in KsGitCodeParser.vue
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user