[Bug][UI Next] Fix style errors (#9067)
parent
9b163249d6
commit
dac39921d8
|
|
@ -61,7 +61,10 @@ export function useTable() {
|
|||
},
|
||||
{
|
||||
title: t('security.tenant.description'),
|
||||
key: 'description'
|
||||
key: 'description',
|
||||
ellipsis: {
|
||||
tooltip: true
|
||||
}
|
||||
},
|
||||
{
|
||||
title: t('security.tenant.queue_name'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue