mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-03 02:51:17 +08:00
feat(sessions): default filter to current app when entering session page
Navigate directly to the active app's sessions instead of showing all.
This commit is contained in:
+1
-1
@@ -724,7 +724,7 @@ function App() {
|
||||
);
|
||||
|
||||
case "sessions":
|
||||
return <SessionManagerPage />;
|
||||
return <SessionManagerPage key={activeApp} appId={activeApp} />;
|
||||
case "workspace":
|
||||
return <WorkspaceFilesPanel />;
|
||||
case "openclawEnv":
|
||||
|
||||
Reference in New Issue
Block a user