mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-07 13:09:11 +00:00
Fixed link for chat re-route
This commit is contained in:
parent
1dd373a700
commit
c258c0dbb2
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ export default function ResearcherPage() {
|
||||||
searchMode,
|
searchMode,
|
||||||
researchMode,
|
researchMode,
|
||||||
});
|
});
|
||||||
router.replace(`/dashboard/${search_space_id}/v2/${newChatId}`);
|
router.replace(`/dashboard/${search_space_id}/researcher/${newChatId}`);
|
||||||
}
|
}
|
||||||
return newChatId;
|
return newChatId;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue