remove the last of the localStorage for passing parameters

This commit is contained in:
2024-08-30 21:55:08 -06:00
parent b15476e379
commit 0947c55110
6 changed files with 14 additions and 38 deletions

View File

@@ -405,7 +405,6 @@ export default class DiscoverView extends Vue {
* @param id of the project
**/
onClickLoadProject(id: string) {
localStorage.setItem("projectId", id);
const route = {
path: "/project/" + encodeURIComponent(id),
};