Commit 8358963f authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

fix: 文本知识库类型切片展示

See merge request !191
parents 6cdfbc85 919063bc
......@@ -63,7 +63,7 @@ function handleBackKnowledgeDocumentList() {
<template>
<div class="flex h-full flex-col overflow-hidden">
<div v-if="currentKnowledgeType === 'BASE'" class="flex h-full w-full">
<div v-if="currentKnowledgeType === 'Base'" class="flex h-full w-full">
<BaseKnowledgeChunkDetail
:kd-id="currentKdId"
:knowledge-document="currentKnowledgeDocument"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment