修复 Topic Config 编辑表单不能正确回显当前值的问题

This commit is contained in:
GraceWalk
2022-09-13 14:43:35 +08:00
parent b3f8b46f0f
commit b11000715a
2 changed files with 8 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ export const getTopicMessagesColmns = () => {
key: 'partitionId',
},
{
title: 'offset',
title: 'Offset',
dataIndex: 'offset',
key: 'offset',
},