We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0310cda commit 721076fCopy full SHA for 721076f
1 file changed
frontend/src/components/SplitView.tsx
@@ -166,12 +166,6 @@ export function SplitView() {
166
setSearchParams({ sessionId });
167
};
168
169
- const handleShowHistory = () => {
170
- if (selectedProject) {
171
- setCurrentView("history");
172
- }
173
- };
174
-
175
const handleBackToWelcome = () => {
176
setCurrentView("welcome");
177
setSelectedProject(null);
@@ -434,6 +428,8 @@ export function SplitView() {
434
428
processStreamLine,
435
429
handlePermissionError,
436
430
createAbortHandler,
431
+ messages,
432
+ setCachedSession,
437
433
],
438
);
439
0 commit comments