diff --git a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.ts b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.ts index 24148d9ba..74e728375 100644 --- a/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.ts +++ b/dmp-frontend/src/app/ui/dataset/dataset-wizard/dataset-wizard.component.ts @@ -648,6 +648,7 @@ export class DatasetWizardComponent extends BaseComponent implements OnInit, IBr this.formGroup.get('id').patchValue(data.id); this.formGroup.get('modified').patchValue(data.modified); this.formGroupRawValue = JSON.parse(JSON.stringify(this.formGroup.getRawValue())); + this.hasChanges = false; // this.formGroup = this.datasetWizardModel.buildForm(); // if (this.formGroup.get('datasetProfileDefinition')) {