diff --git a/src/screens/editor/container/editorContainer.js b/src/screens/editor/container/editorContainer.js index 3efd7ccbf..bb0d73b55 100644 --- a/src/screens/editor/container/editorContainer.js +++ b/src/screens/editor/container/editorContainer.js @@ -435,6 +435,13 @@ class EditorContainer extends Component { id: 'alert.permission_text', }), ); + }else{ + Alert.alert( + intl.formatMessage({ + id: 'alert.fail', + }), + error.message, + ); } };