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 {
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) {