mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-23 21:35:36 +08:00
fix(connections): close column header translation result not updating
This commit is contained in:
parent
ed73e335d2
commit
5689034f94
@ -111,7 +111,7 @@ export default () => {
|
||||
{
|
||||
accessorKey: CONNECTIONS_TABLE_ACCESSOR_KEY.Close,
|
||||
enableSorting: false,
|
||||
header: () => t('close'),
|
||||
header: () => <span>{t('close')}</span>,
|
||||
cell: ({ row }) => (
|
||||
<div class="flex h-full items-center">
|
||||
<Button
|
||||
|
Loading…
Reference in New Issue
Block a user