Merge pull request #1815 from chlupac/ErrorBoundary

Implementing ErrorBoundary in ModuleInstance component
This commit is contained in:
Shaun Walker
2021-11-18 16:14:35 -05:00
committed by GitHub
2 changed files with 54 additions and 37 deletions

View File

@ -123,4 +123,7 @@
<data name="Error.Module.InvalidType" xml:space="preserve">
<value>Module Type Is Invalid For {0}</value>
</data>
<data name="Error.Module.Exception" xml:space="preserve">
<value>Program error in module {0}</value>
</data>
</root>