mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 21:13:07 +00:00
75940: missing semicolons
This commit is contained in:
@@ -31,7 +31,7 @@ export class ItemSelectComponent extends ObjectSelectComponent<Item> {
|
||||
*/
|
||||
itemPageRoutes$: Observable<{
|
||||
[itemId: string]: string
|
||||
}>
|
||||
}>;
|
||||
|
||||
constructor(protected objectSelectService: ObjectSelectService) {
|
||||
super(objectSelectService);
|
||||
|
Reference in New Issue
Block a user