diff --git a/components/ChatWindow.tsx b/components/ChatWindow.tsx
index 9684713..f6d1353 100644
--- a/components/ChatWindow.tsx
+++ b/components/ChatWindow.tsx
@@ -28,7 +28,7 @@ export function ChatWindow(props: {
const [showIntermediateSteps, setShowIntermediateSteps] = useState(false);
const [intermediateStepsLoading, setIntermediateStepsLoading] = useState(false);
const ingestForm = showIngestForm &&