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
|
||||
.get("/tasks", {
|
||||
params: {
|
||||
page,
|
||||
page: 1,
|
||||
page_size: PAGE_SIZE,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user