diff --git a/frontend/src/components/tools/shared/createToolFlow.tsx b/frontend/src/components/tools/shared/createToolFlow.tsx index 9ea94bc4f..409836f42 100644 --- a/frontend/src/components/tools/shared/createToolFlow.tsx +++ b/frontend/src/components/tools/shared/createToolFlow.tsx @@ -12,6 +12,7 @@ export interface FilesStepConfig { minFiles?: number; onCollapsedClick?: () => void; isVisible?: boolean; + placeholder?: string; } export interface MiddleStepConfig {