fix chat limits update

This commit is contained in:
Emily
2024-12-23 14:37:19 +01:00
parent edc897d62a
commit 7d05a9d157
3 changed files with 6 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ async function createProject() {
await actions.setActiveProject(newActiveProjectId);
}
setPageLayout('dashboard');
router.push('/');
} catch (ex: any) {