mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 18:46:17 +00:00
refactor: refactor dataSource manager
This commit is contained in:
parent
d6de10dca5
commit
4d1d04b036
@ -70,8 +70,7 @@ export const CollectionFields = () => {
|
||||
dragSort: false,
|
||||
collection,
|
||||
request: {
|
||||
url: `dataSourcesCollections/${name}/fields:list`,
|
||||
headers: { 'X-Database': dataSourceKey },
|
||||
url: `dataSourcesCollections/${dataSourceKey}.${name}/fields:list`,
|
||||
params: {
|
||||
paginate: false,
|
||||
filter: {
|
||||
|
Loading…
Reference in New Issue
Block a user