Skip to content

Commit 91215b2

Browse files
dragonpooludomikula
authored andcommitted
fix default value
1 parent 837fa89 commit 91215b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/datasource/DatasourceController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public Mono<ResponseView<DatasourceStructure>> getStructure(@PathVariable String
119119
*/
120120
@Override
121121
public Mono<PageResponseView<?>> listJsDatasourcePlugins(@RequestParam("appId") String applicationId, @RequestParam(required = false) String name, @RequestParam(required = false) String type,
122-
@RequestParam(required = false, defaultValue = "1s") int pageNum,
122+
@RequestParam(required = false, defaultValue = "1") int pageNum,
123123
@RequestParam(required = false, defaultValue = "0") int pageSize) {
124124
String objectId = gidService.convertApplicationIdToObjectId(applicationId);
125125
return fluxToPageResponseView(pageNum, pageSize, datasourceApiService.listJsDatasourcePlugins(objectId, name, type));

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy