fix validation

This commit is contained in:
Peter Maquiran
2024-04-03 10:18:05 +01:00
parent 1269a7a728
commit 00a58e12f4
2 changed files with 1 additions and 4 deletions
@@ -239,9 +239,6 @@ export class PublicationFromMvService {
App.exitApp()
} else {
window["sharedContent"] = null
}
if (this.platform.is('ios')) {
this.modalController.dismiss(this.form).then(() => {
this.router.navigate(['/home/publications', this.folderId])
});