Removes unnecessary code.
This commit is contained in:
parent
fcb7c6591f
commit
dcf768f913
|
@ -98,7 +98,6 @@ export class DmpCriteriaComponent extends BaseCriteriaComponent implements OnIni
|
||||||
});
|
});
|
||||||
dialogRef.afterClosed().pipe(takeUntil(this._destroyed)).subscribe(result => {
|
dialogRef.afterClosed().pipe(takeUntil(this._destroyed)).subscribe(result => {
|
||||||
if (result && result.success) {
|
if (result && result.success) {
|
||||||
console.log(result.fileList[0]);
|
|
||||||
this.dmpService.uploadXml(result.fileList, result.dmpTitle)
|
this.dmpService.uploadXml(result.fileList, result.dmpTitle)
|
||||||
.pipe(takeUntil(this._destroyed))
|
.pipe(takeUntil(this._destroyed))
|
||||||
.subscribe();
|
.subscribe();
|
||||||
|
|
Loading…
Reference in New Issue