This commit is contained in:
tiago.kayaya
2021-08-06 10:39:32 +01:00
parent 33b614661e
commit e47bbdeba3
5 changed files with 54 additions and 108 deletions
@@ -450,7 +450,7 @@ export class PedidoPage 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,