[ACA-4503] Fix close all dialogs (#7142)

* [ACA-4503] Fix close all dialogs

* [ci:force] clean unit test file
This commit is contained in:
Pablo Martinez Garcia
2021-07-05 15:18:59 +02:00
committed by GitHub
parent cc8a9f3ca0
commit dab75c51ee
4 changed files with 14 additions and 9 deletions

View File

@@ -76,7 +76,6 @@ export class ContentNodeSelectorComponent implements OnInit {
}
close() {
this.data.select.complete();
this.dialog.close();
}