Skip to content

Commit d20a4b2

Browse files
committed
fix: When there are user input parameters in the workflow, the data source setting information is cleared after returning to the previous step from the user input page
1 parent b58ed36 commit d20a4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/knowledge-workflow/component/DebugDrawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:close-on-press-escape="false"
1111
>
1212
<div style="height: calc(100% - 57px)" v-loading="loading">
13-
<keep-alive :key="key" :include="['data_source', 'knowledge_base']">
13+
<keep-alive :key="key" :include="['DataSource', 'KnowledgeBase']">
1414
<component
1515
ref="ActionRef"
1616
:is="ak[active]"

0 commit comments

Comments
 (0)