Use first page of running tasks since api is not filtered (#228)
This commit is contained in:
@@ -25,7 +25,7 @@ function RunningTasks() {
|
|||||||
return client
|
return client
|
||||||
.get("/tasks", {
|
.get("/tasks", {
|
||||||
params: {
|
params: {
|
||||||
page,
|
page: 1,
|
||||||
page_size: PAGE_SIZE,
|
page_size: PAGE_SIZE,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user