This commit is contained in:
tiago.kayaya
2021-08-03 14:30:58 +01:00
parent 58f43bc233
commit 8eb2c17000
4 changed files with 4 additions and 4 deletions
@@ -342,7 +342,7 @@ export class DespachoPrPage 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,