mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +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,
|
PipeTransform,
|
||||||
} from '@angular/core';
|
} from '@angular/core';
|
||||||
// eslint-disable-next-line import/no-namespace
|
// eslint-disable-next-line import/no-namespace
|
||||||
import * as fileSize from 'filesize';
|
import fileSize from 'filesize';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Convert bytes into largest possible unit.
|
* Convert bytes into largest possible unit.
|
||||||
|
@@ -278,7 +278,7 @@ export class SystemWideAlertFormComponent implements OnInit {
|
|||||||
this.back();
|
this.back();
|
||||||
}
|
}
|
||||||
} else {
|
} 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