fix: data source manager

This commit is contained in:
katherinehhh 2024-01-27 21:51:37 +08:00
parent 616321e8e7
commit 033934c972

View File

@ -109,7 +109,7 @@ export const databaseConnectionSchema: ISchema = {
'x-uid': 'input', 'x-uid': 'input',
'x-component': 'Table.Void', 'x-component': 'Table.Void',
'x-component-props': { 'x-component-props': {
rowKey: 'name', rowKey: 'key',
rowSelection: { rowSelection: {
type: 'checkbox', type: 'checkbox',
}, },