This commit is contained in:
Peter Maquiran
2022-05-30 15:52:20 +01:00
parent ce7cee0876
commit b15396e480
16 changed files with 30 additions and 102 deletions
@@ -569,9 +569,6 @@ export class DespachoPrPage implements OnInit {
modal.onDidDismiss().then(res => {
if (res['data'] == 'close') {
this.close();
/*
this.close();
this.openMenu(); */
}
});
}