Dataset overview update finalize

This commit is contained in:
gpapavgeri 2020-08-05 14:33:00 +03:00
parent 5fd5ec9d63
commit 947ecc1874
1 changed files with 0 additions and 1 deletions

View File

@ -458,7 +458,6 @@ export class DatasetOverviewComponent extends BaseComponent implements OnInit {
}); });
dialogRef.afterClosed().pipe(takeUntil(this._destroyed)).subscribe(result => { dialogRef.afterClosed().pipe(takeUntil(this._destroyed)).subscribe(result => {
if (result) { if (result) {
dataset.status = DatasetStatus.Finalized;
this.datasetWizardService.getSingle(dataset.id) this.datasetWizardService.getSingle(dataset.id)
.pipe(takeUntil(this._destroyed)) .pipe(takeUntil(this._destroyed))
.subscribe(data => { .subscribe(data => {