mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
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 (#4442)
This commit is contained in:
parent
b58ed36a7b
commit
d835e24d35
|
|
@ -10,7 +10,7 @@
|
|||
:close-on-press-escape="false"
|
||||
>
|
||||
<div style="height: calc(100% - 57px)" v-loading="loading">
|
||||
<keep-alive :key="key" :include="['data_source', 'knowledge_base']">
|
||||
<keep-alive :key="key" :include="['DataSource', 'KnowledgeBase']">
|
||||
<component
|
||||
ref="ActionRef"
|
||||
:is="ak[active]"
|
||||
|
|
|
|||
Loading…
Reference in New Issue