mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
fixing merge conflicts
This commit is contained in:
@@ -50,7 +50,7 @@ export class Community extends DSpaceObject {
|
||||
/**
|
||||
* An array of Communities that are direct parents of this Community
|
||||
*/
|
||||
parents: Array<Community>;
|
||||
parents: Array<RemoteData<DSpaceObject>>;
|
||||
|
||||
/**
|
||||
* The Community that owns this Community
|
||||
|
Reference in New Issue
Block a user