mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +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,
|
accessorKey: CONNECTIONS_TABLE_ACCESSOR_KEY.Close,
|
||||||
enableSorting: false,
|
enableSorting: false,
|
||||||
header: () => t('close'),
|
header: () => <span>{t('close')}</span>,
|
||||||
cell: ({ row }) => (
|
cell: ({ row }) => (
|
||||||
<div class="flex h-full items-center">
|
<div class="flex h-full items-center">
|
||||||
<Button
|
<Button
|
||||||
|
Loading…
Reference in New Issue
Block a user