Skip to content

Commit b72ea08

Browse files
committed
fix(sidebar): await project selection
1 parent 8eac595 commit b72ea08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/src/components/WindowSideBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ const handleNewChat = async () => {
13011301
}
13021302
13031303
const handleNewChatForProject = async (projectPath: string | null) => {
1304-
projectStore.selectProject(projectPath, 'manual')
1304+
await projectStore.selectProject(projectPath, 'manual')
13051305
await handleNewChat()
13061306
}
13071307

0 commit comments

Comments
 (0)