change base64 to file chunk

This commit is contained in:
Peter Maquiran
2024-03-26 14:20:14 +01:00
parent 09792fe2ce
commit 37ae4d5325
5 changed files with 13 additions and 13 deletions
@@ -315,7 +315,7 @@ export class ViewPublicationsPage implements OnInit {
async AddPublication(publicationType: any, folderId: any) {
// if(this.PublicationHolderService.PublicationFormMV.length == 0) {
if(this.PublicationHolderService.PublicationFormMV.length == 0) {
const modal = await this.modalController.create({
component: NewPublicationPage,
componentProps: {
@@ -330,9 +330,9 @@ export class ViewPublicationsPage implements OnInit {
this.doRefresh(event);
});
await modal.present();
//} else {
// this.toastService._successMessage('já existe uma publicação a ser processado');
//}
} else {
this.toastService._successMessage('já existe uma publicação a ser processado');
}
}