Do a merge

This commit is contained in:
Matthew Raymer
2023-06-26 20:02:56 +08:00

View File

@@ -124,7 +124,12 @@ interface ProjectData {
}) })
export default class ProjectsView extends Vue { export default class ProjectsView extends Vue {
apiServer = ""; apiServer = "";
projects: { handleId: string; name: string; description: string }[] = []; projects: {
handleId: string;
name: string;
description: string;
rowid: number;
}[] = [];
current: IIdentifier; current: IIdentifier;
async dataLoader(url: string, token: string) { async dataLoader(url: string, token: string) {