fix add photo in publication on mobile view

This commit is contained in:
tiago.kayaya
2021-12-13 09:51:57 +01:00
parent b18aa83bfa
commit 22d079acbc
3 changed files with 23 additions and 23 deletions
@@ -309,7 +309,7 @@ export class NewPublicationPage implements OnInit {
clear(){
this.capturedImage = '';
}
setTitle(){
if(this.publicationType == '1') {
this.publicationTitle = 'Nova Publicação Rápida';