refactor: refactor dataSource manager

This commit is contained in:
katherinehhh 2024-01-25 22:38:00 +08:00
parent bb5def2e04
commit d6de10dca5

View File

@ -94,7 +94,7 @@ export const getCollectionSchema = (dataSourceKey) => {
collection: collection, collection: collection,
dragSort: false, dragSort: false,
request: { request: {
url: `dataSources/${dataSourceKey}:list`, url: `dataSources/${dataSourceKey}/collections:list`,
params: { params: {
pageSize: 50, pageSize: 50,
sort: 'sort', sort: 'sort',