mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:21:05 +08:00
fix: page/limit param not effective (#18196)
This commit is contained in:
@@ -122,6 +122,8 @@ class SegmentApi(DatasetApiResource):
|
||||
tenant_id=current_user.current_tenant_id,
|
||||
status_list=args["status"],
|
||||
keyword=args["keyword"],
|
||||
page=page,
|
||||
limit=limit,
|
||||
)
|
||||
|
||||
response = {
|
||||
|
||||
Reference in New Issue
Block a user