Fix bug: discard button should disappear after save on dataset editor
This commit is contained in:
parent
50fc4612b7
commit
77b9a84105
|
@ -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')) {
|
||||
|
|
Loading…
Reference in New Issue