Skip to content

Commit c071a75

Browse files
Msquittto陈潇文
andauthored
[app-platform] fix frontend bug which set knowledge groupId as empty string (#197)
Co-authored-by: 陈潇文 <chenxiaowen17@huawei.com>
1 parent f4aacf1 commit c071a75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app-engine/frontend/src/pages/addFlow/components/elsa-stage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ const Stage = (props) => {
211211
agent.listen('SELECT_KNOWLEDGE_BASE_GROUP', (event) => {
212212
connectKnowledgeEvent.current = event;
213213
connectKnowledgeRef.current.openModal();
214-
event.onSelect(groupId, knowledgeConfigId);
215214
setGroupId(event.selectedGroupId);
216215
setKnowledgeConfigId(event.selectedKnowledgeConfigId);
217216
});

0 commit comments

Comments
 (0)