Skip to content

Commit f6ddd7a

Browse files
fix: Fix import document router error
1 parent 3a83472 commit f6ddd7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/document/ImportWorkflowDocument.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:is="ak[active]"
1515
v-model:loading="loading"
1616
:workflow="_workflow"
17-
:knowledge_id="knowledgeId"
17+
:knowledge_id="id"
1818
:id="action_id"
1919
></component>
2020
</keep-alive>

0 commit comments

Comments
 (0)