chore: update locales
This commit is contained in:
@@ -68,7 +68,11 @@ const useModelsColumns = ({
|
||||
showTitle: false
|
||||
},
|
||||
render: (text: string[], record: ListItem) => (
|
||||
<AutoTooltip ghost>{text?.join(', ')}</AutoTooltip>
|
||||
<AutoTooltip ghost>
|
||||
{text?.length
|
||||
? text?.join(', ')
|
||||
: intl.formatMessage({ id: 'common.select.option' })}
|
||||
</AutoTooltip>
|
||||
)
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user