mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
120243: Fix dev compilation issues after upgrade
This commit is contained in:

committed by
Yury Bondarenko

parent
d87b375a35
commit
76e1a39208
@@ -3,7 +3,7 @@ import {
|
||||
PipeTransform,
|
||||
} from '@angular/core';
|
||||
// eslint-disable-next-line import/no-namespace
|
||||
import * as fileSize from 'filesize';
|
||||
import fileSize from 'filesize';
|
||||
|
||||
/*
|
||||
* Convert bytes into largest possible unit.
|
||||
|
@@ -278,7 +278,7 @@ export class SystemWideAlertFormComponent implements OnInit {
|
||||
this.back();
|
||||
}
|
||||
} else {
|
||||
this.notificationsService.error(this.translateService.get(`${messagePrefix}.error`, response.errorMessage));
|
||||
this.notificationsService.error(this.translateService.get(`${messagePrefix}.error`));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user