Skip to content

Commit 753bf8c

Browse files
committed
fix: when user deletes active session - clear this session from the screen
1 parent 46bb480 commit 753bf8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

custom/composables/agentStore/useAgentSessions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ export function createAgentSessionManager({
205205
currentSession.value = null;
206206
}
207207
}
208+
createPreSession();
208209
}
209210

210211
async function fetchSessionsList() {

0 commit comments

Comments
 (0)