MOBILE-2795 data: Fix error modal displayed twice when adding an empty entry

main
Albert Gasset 2019-01-07 13:22:16 +01:00
parent 9d1b74a455
commit ea832c3312
1 changed files with 0 additions and 3 deletions

View File

@ -276,10 +276,7 @@ export class AddonModDataEditPage {
});
}).catch((error) => {
this.domUtils.showErrorModalDefault(error, 'Cannot edit entry', true);
return Promise.reject(null);
});
}
/**