Skip to content

Commit

Permalink
fix(decorator-mui): empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-in-boots committed Dec 21, 2022
1 parent 906a60c commit bbfe9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/decorator-mui/src/arrays/items.jsx
Expand Up @@ -102,7 +102,7 @@ function Items(props, ref) {
{value && value.length === 0 && (
<ListItem key="empty" divider>
<ListItemText
secondary="empty"
secondary={localizer.getLocalizedString('empty')}
secondaryTypographyProps={{ align: 'center' }}
/>
</ListItem>
Expand Down

0 comments on commit bbfe9db

Please sign in to comment.