diff --git a/packages/web/src/components/ControlledCustomAutocomplete/Options.jsx b/packages/web/src/components/ControlledCustomAutocomplete/Options.jsx index dec9df17..c8613ab7 100644 --- a/packages/web/src/components/ControlledCustomAutocomplete/Options.jsx +++ b/packages/web/src/components/ControlledCustomAutocomplete/Options.jsx @@ -37,7 +37,7 @@ const Item = (props) => { title: 'Property name', sx: { fontWeight: 700 }, }} - secondary={suboption.value} + secondary={typeof suboption.value === 'string' ? suboption.value : ''} secondaryTypographyProps={{ variant: 'subtitle2', title: 'Sample value',