Skip to content

Commit a0aa0d2

Browse files
committed
refactor(plugin-flow-builder): add fake flow_id in HtTextNode create from knowledge base
1 parent 605041e commit a0aa0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/botonic-plugin-flow-builder/src/action/knowledge-bases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export async function createNodeFromKnowledgeBase(
4747
buttons_style: undefined,
4848
buttons: [],
4949
},
50-
// flow_id: '', // TODO: Add flow_id consequentially with HtBaseNode changes
50+
flow_id: 'randomUUID', // TODO: Add flow_id consequentially with HtBaseNode changes
5151
id: uuid(),
5252
code: 'knowledge-response',
5353
meta: {

0 commit comments

Comments
 (0)