diff --git a/frontend/src/components/workspace/input-box.tsx b/frontend/src/components/workspace/input-box.tsx
index 0ed82b7b..6b42bba0 100644
--- a/frontend/src/components/workspace/input-box.tsx
+++ b/frontend/src/components/workspace/input-box.tsx
@@ -115,7 +115,7 @@ export function InputBox({
mode: "flash" | "thinking" | "pro" | "ultra" | undefined;
};
extraHeader?: React.ReactNode;
- showWelcomeStyle?: boolean;
+ showWelcomeStyle: boolean;
hasSubmitted?: boolean;
initialValue?: string;
onContextChange?: (
@@ -376,11 +376,11 @@ export function InputBox({
/>
*/}
-
+ />}