mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 03:56:16 +00:00
fix: incorrect rowkey in datasource permission table (#5215)
This commit is contained in:
parent
bd0a123cd6
commit
5ef8b3a330
@ -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',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user