There was an error while loading. Please reload this page.
1 parent 8eac595 commit b72ea08Copy full SHA for b72ea08
1 file changed
src/renderer/src/components/WindowSideBar.vue
@@ -1301,7 +1301,7 @@ const handleNewChat = async () => {
1301
}
1302
1303
const handleNewChatForProject = async (projectPath: string | null) => {
1304
- projectStore.selectProject(projectPath, 'manual')
+ await projectStore.selectProject(projectPath, 'manual')
1305
await handleNewChat()
1306
1307
0 commit comments