[plugins-functionality | DONE | FIX] initialize properly view for master zenodo community

This commit is contained in:
argirok 2024-03-11 14:08:51 +02:00
parent e2b34b13ee
commit cdde6d8587
1 changed files with 1 additions and 0 deletions

View File

@ -6,4 +6,5 @@ export class ZenodoCommunityInfo {
logoUrl: string;
date: Date;
page: string;
master:boolean = false;
}