fix lint issue

This commit is contained in:
Art Lowel
2019-11-07 13:27:23 +01:00
parent 60f9692c29
commit 7474c0a514

View File

@@ -27,7 +27,6 @@ export class DropdownFieldParser extends FieldParser {
super(submissionId, configData, initFormValues, parserOptions)
}
public modelFactory(fieldValue?: FormFieldMetadataValueObject | any, label?: boolean): any {
const dropdownModelConfig: DynamicScrollableDropdownModelConfig = this.initModel(null, label);
let layout: DynamicFormControlLayout;