Created
October 18, 2016 14:39
-
-
Save lmatteis/212114e81fba3ecb9531a188ffd484e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.catch(getErrorFromResponse(formatMessage({ id: 'messages.actions.folder.create.failure.message' }))) | |
.catch(errorMsg => | |
showErrorMessage({ | |
title: formatMessage({ id: 'messages.actions.folder.create.failure.title' }), | |
content: errorMsg, | |
}) && Promise.reject(errorMsg) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment