fix(connections): close column header translation result not updating

This commit is contained in:
kunish 2023-09-04 14:58:53 +08:00
parent ed73e335d2
commit 5689034f94
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -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