mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 22:49:26 +08: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…
x
Reference in New Issue
Block a user