This commit is contained in:
tiago.kayaya
2021-07-26 20:46:14 +01:00
parent 491424768e
commit 6d731aea1c
8 changed files with 59 additions and 41 deletions
@@ -310,7 +310,7 @@ export class DespachoPage implements OnInit {
if( window.innerWidth <= 800){
classs = 'modal modal-desktop'
} else {
classs = 'modal modal-desktop'
classs = 'add-note-modal'
}
const modal = await this.modalController.create({
component: AddNotePage,