This commit is contained in:
tiago.kayaya
2021-08-06 11:44:53 +01:00
parent 260f986890
commit 4bbafc82c8
5 changed files with 53 additions and 48 deletions
@@ -285,11 +285,12 @@ export class DespachoPage implements OnInit {
if( window.innerWidth <= 800){
classs = 'modal modal-desktop'
} else {
classs = 'add-note-modal'
classs = 'add-note-modal-no-height'
}
const modal = await this.modalController.create({
component: AddNotePage,
componentProps:{
showAttachmentBtn: true,
},
cssClass: classs,
backdropDismiss: true