From aeb7b9144687c218267c9872a9e37a0daad1a663 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Wed, 26 Jul 2023 15:37:18 -0300 Subject: [PATCH] Changed code to show how it is used. --- src/frontend/src/utils/utils.ts | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/src/frontend/src/utils/utils.ts b/src/frontend/src/utils/utils.ts index 6e5baafaa..ef4109752 100644 --- a/src/frontend/src/utils/utils.ts +++ b/src/frontend/src/utils/utils.ts @@ -397,16 +397,20 @@ export function getWidgetCode(flow: FlowType, tabsState?: TabsState): string { const flowName = flow.name; const inputs = buildInputs(tabsState, flow.id); - return ` - - tag. To use with react, check our docs. --> + + +`; }