chore: Update virtual-list.tsx (#50741)

This commit is contained in:
afc163 2024-09-06 16:13:06 +08:00 committed by GitHub
parent 89f55f2985
commit f5b0a98f80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,7 +89,6 @@ const columns: TableProps<RecordType>['columns'] = [
{
title: 'LastName',
dataIndex: 'lastName',
width: 120,
},
];