diff --git a/src/views/ProjectsView.vue b/src/views/ProjectsView.vue index d27f3a68..89ab68e7 100644 --- a/src/views/ProjectsView.vue +++ b/src/views/ProjectsView.vue @@ -124,7 +124,12 @@ interface ProjectData { }) export default class ProjectsView extends Vue { apiServer = ""; - projects: { handleId: string; name: string; description: string }[] = []; + projects: { + handleId: string; + name: string; + description: string; + rowid: number; + }[] = []; current: IIdentifier; async dataLoader(url: string, token: string) {