Skip to content

Commit a3ebfc0

Browse files
[DURACOM-304] fix missing import
1 parent 3623641 commit a3ebfc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/shared/form/builder/ds-dynamic-form-ui/models/scrollable-dropdown/dynamic-scrollable-dropdown.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import { DsDynamicVocabularyComponent } from '../dynamic-vocabulary.component';
2929
import { FormFieldMetadataValueObject } from '../../../models/form-field-metadata-value.model';
3030
import { FindAllData } from "../../../../../../core/data/base/find-all-data";
3131
import { CacheableObject } from "../../../../../../core/cache/cacheable-object.model";
32+
import { RemoteData } from "../../../../../../core/data/remote-data";
3233

3334
/**
3435
* Component representing a dropdown input field

0 commit comments

Comments
 (0)