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 1c72063d0..48d757d7d 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 @@ -572,7 +572,8 @@ export class DatasetWizardComponent extends BaseComponent implements OnInit, IBr } needsUpdate() { - if (this.datasetWizardModel.isProfileLatestVersion) { + if (this.datasetWizardModel.isProfileLatestVersion || (this.datasetWizardModel.status === 1) + || (this.datasetWizardModel.isProfileLatestVersion == undefined && this.datasetWizardModel.status == undefined)) { return false; } else {