@@ -185,9 +193,9 @@ export default class ProjectsView extends Vue {
}
/**
- * Handle clicking on a project entry found in the list
- * @param id of the project
- **/
+ * Handle clicking on a project entry found in the list
+ * @param id of the project
+ **/
onClickLoadProject(id: string) {
localStorage.setItem("projectId", id);
const route = {
@@ -197,9 +205,9 @@ export default class ProjectsView extends Vue {
}
/**
- * Load projects initially
- * @param identity of the user
- **/
+ * Load projects initially
+ * @param identity of the user
+ **/
async LoadProjects(identity: IIdentifier) {
const url = `${this.apiServer}/api/v2/report/plansByIssuer`;
const token: string = await accessToken(identity);