Fixed: Compiler error
This commit is contained in:
parent
d5cfa7823f
commit
5b6936c25e
|
@ -28,7 +28,7 @@ export class DmpWizardDatasetListingComponent extends BaseComponent implements O
|
|||
titlePrefix: String;
|
||||
datasets: DatasetListingModel[] = [];
|
||||
|
||||
@Input() dmpId: String;
|
||||
@Input() dmpId: string;
|
||||
@Input() formGroup: FormGroup;
|
||||
selection = new SelectionModel<Element>(true, []);
|
||||
|
||||
|
|
Loading…
Reference in New Issue