mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Removed deprecated helper function async
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { FormFieldModel } from '../models/form-field.model';
|
||||
import { FormFieldMetadataValueObject } from '../models/form-field-metadata-value.model';
|
||||
import { ParserOptions } from './parser-options';
|
||||
import { DisabledFieldParser } from './disabled-field-parser';
|
||||
import { DynamicDisabledModel } from '../ds-dynamic-form-ui/models/disabled/dynamic-disabled.model';
|
||||
@@ -54,7 +53,7 @@ describe('DisabledFieldParser test suite', () => {
|
||||
'test description',
|
||||
],
|
||||
};
|
||||
const expectedValue ='test description';
|
||||
const expectedValue = 'test description';
|
||||
|
||||
const parser = new DisabledFieldParser(submissionId, field, initFormValues, parserOptions);
|
||||
|
||||
|
Reference in New Issue
Block a user