fix load-project function
This commit is contained in:
@@ -187,7 +187,7 @@ export default class ProjectsView extends Vue {
|
||||
/**
|
||||
* Handle clicking on a project entry found in the list
|
||||
* @param id of the project
|
||||
**?
|
||||
**/
|
||||
onClickLoadProject(id: string) {
|
||||
localStorage.setItem("projectId", id);
|
||||
const route = {
|
||||
|
||||
Reference in New Issue
Block a user