mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Typo in dropdown-field-parser.ts fixed
This commit is contained in:
@@ -29,7 +29,7 @@ export class DropdownFieldParser extends FieldParser {
|
|||||||
const dropdownModel = new DynamicScrollableDropdownModel(dropdownModelConfig, layout);
|
const dropdownModel = new DynamicScrollableDropdownModel(dropdownModelConfig, layout);
|
||||||
return dropdownModel;
|
return dropdownModel;
|
||||||
} else {
|
} else {
|
||||||
throw Error(`Authority name is not available. Please checks form configuration file.`);
|
throw Error(`Authority name is not available. Please check the form configuration file.`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user