-
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUGFIX: Reintroduce graceful handling of empty parameter in `translat…
…e()` the use of ``` i18nRegistry.translate(ui?.help?.message) ``` in https://github.com/neos/neos-ui/blob/a60961417e7ad49a22b75d48dbe4b2542a25ae5b/packages/neos-ui/src/Containers/Modals/SelectNodeType/nodeTypeItem.js#L60 brings the Ui currently to a fatal crash: > Message: undefined is not an object (evaluating 'string5.split') This change reintroduces the old behaviour by returning a possible fallback instead or `undefined`.
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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