diff --git a/frontend/src/layouts/AppLayout/components/ProjectSelect/ProjectSelect.tsx b/frontend/src/layouts/AppLayout/components/ProjectSelect/ProjectSelect.tsx index fb5dec26a..2768abfed 100644 --- a/frontend/src/layouts/AppLayout/components/ProjectSelect/ProjectSelect.tsx +++ b/frontend/src/layouts/AppLayout/components/ProjectSelect/ProjectSelect.tsx @@ -186,7 +186,7 @@ export const ProjectSelect = () => { const project = newValue as TWorkspaceWithFaveProp; localStorage.setItem("projectData.id", project.id); - // this is not using react query because react query in overview is throwing error when envs are not exact same count + // todo(akhi): this is not using react query because react query in overview is throwing error when envs are not exact same count // to reproduce change this back to router.push and switch between two projects with different env count // look into this on dashboard revamp window.location.assign(`/project/${project.id}/secrets/overview`);