mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
fix lint issue
This commit is contained in:
@@ -27,7 +27,6 @@ export class DropdownFieldParser extends FieldParser {
|
|||||||
super(submissionId, configData, initFormValues, parserOptions)
|
super(submissionId, configData, initFormValues, parserOptions)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public modelFactory(fieldValue?: FormFieldMetadataValueObject | any, label?: boolean): any {
|
public modelFactory(fieldValue?: FormFieldMetadataValueObject | any, label?: boolean): any {
|
||||||
const dropdownModelConfig: DynamicScrollableDropdownModelConfig = this.initModel(null, label);
|
const dropdownModelConfig: DynamicScrollableDropdownModelConfig = this.initModel(null, label);
|
||||||
let layout: DynamicFormControlLayout;
|
let layout: DynamicFormControlLayout;
|
||||||
|
Reference in New Issue
Block a user