mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
[DSC-287] Fixed for yarn start error 500 loading
This commit is contained in:
@@ -71,5 +71,9 @@ export class RootComponent implements OnInit {
|
||||
.pipe(
|
||||
map(([collapsed, mobile]) => collapsed || mobile)
|
||||
);
|
||||
|
||||
if (this.router.url === '/500') {
|
||||
this.shouldShowRouteLoader = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user