Skip to content

Commit 354fd79

Browse files
committed
chore: add default flow name
1 parent a0bb9aa commit 354fd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/src/pages/AiBuilder/AiBuilderContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ interface AiBuilderContextProviderProps {
6161

6262
export const AiBuilderContextProvider = ({
6363
children,
64-
flowName,
64+
flowName = 'Name your Pipe', // default to Name your Pipe if no flow name is provided
6565
formInput,
6666
isSteps,
6767
output,

0 commit comments

Comments
 (0)