From 5b6936c25eebd9497856a539f73c3730f39abe3a Mon Sep 17 00:00:00 2001 From: apapachristou Date: Fri, 10 May 2019 17:12:36 +0300 Subject: [PATCH] Fixed: Compiler error --- .../dmp/wizard/listing/dmp-wizard-dataset-listing.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmp-frontend/src/app/ui/dmp/wizard/listing/dmp-wizard-dataset-listing.component.ts b/dmp-frontend/src/app/ui/dmp/wizard/listing/dmp-wizard-dataset-listing.component.ts index 4ba2478f5..196132600 100644 --- a/dmp-frontend/src/app/ui/dmp/wizard/listing/dmp-wizard-dataset-listing.component.ts +++ b/dmp-frontend/src/app/ui/dmp/wizard/listing/dmp-wizard-dataset-listing.component.ts @@ -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(true, []);