fix: incorrect rowkey in datasource permission table (#5215)

This commit is contained in:
gchust 2024-09-06 12:09:52 +08:00 committed by GitHub
parent bd0a123cd6
commit 5ef8b3a330
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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