fix: redirect to /overview after project creation
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -140,7 +140,7 @@ export function ProjectCreationModal({
|
|||||||
const handleFinish = () => {
|
const handleFinish = () => {
|
||||||
onOpenChange(false);
|
onOpenChange(false);
|
||||||
if (createdProjectId) {
|
if (createdProjectId) {
|
||||||
router.push(`/${workspace}/project/${createdProjectId}/v_ai_chat`);
|
router.push(`/${workspace}/project/${createdProjectId}/overview`);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user