You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit fixes an issue where internal server error messages were displaying the translation key (e.g., STATUS) instead of the actual translated error message.
Changes:
1. Modified ExpandableMessage component to properly handle translation keys in message content
2. Added proper detection of translation keys
3. Hides the expand/collapse arrow when there are no details to show
4. Added test for translation key handling
0 commit comments