add todo(author) to previous existing comment

This commit is contained in:
Scott Wilson
2024-11-29 08:17:34 -08:00
committed by GitHub
parent 9df9f4a5da
commit 16d215b588

View File

@ -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`);