diff --git a/frontend/index.html b/frontend/index.html index e4b78ea..c46c309 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - Vite + React + TS + Kwisatz Haderach - Dune Expert
diff --git a/frontend/src/routes/conversation.$sessionId.tsx b/frontend/src/routes/conversation.$sessionId.tsx index f12fa8f..b2de561 100644 --- a/frontend/src/routes/conversation.$sessionId.tsx +++ b/frontend/src/routes/conversation.$sessionId.tsx @@ -164,7 +164,13 @@ function RouteComponent() { -
+
{ + e.preventDefault(); + handleSendQuestion(); + }} + > setInputValue(e.target.value)} disabled={isBusy} /> - -
+ );