Dataset overview update finalize
This commit is contained in:
parent
5fd5ec9d63
commit
947ecc1874
|
@ -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 => {
|
||||||
|
|
Loading…
Reference in New Issue