mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +00:00
upgraded to angular 8
This commit is contained in:
@@ -14,7 +14,7 @@ export class FormFieldPreviousValueObject {
|
||||
return this._path;
|
||||
}
|
||||
|
||||
set path(path: any[]) {
|
||||
set path(path: string | string[]) {
|
||||
this._path = path;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user