Skip to content

Commit

Permalink
Increase tasks in list
Browse files Browse the repository at this point in the history
  • Loading branch information
vanarok committed Oct 15, 2024
1 parent 5c1188a commit 996f5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const getTasks = ({
taskStatusId?: string
filter?: string
}) =>
api.get(`/tasks?without_deleted_clients=true&sort=number|desc&per_page=6&page=1&client_status=uninvoiced&status=active`, {
api.get(`/tasks?without_deleted_clients=true&sort=number|desc&per_page=60&page=1&client_status=uninvoiced&status=active`, {
params: {
project_tasks: projectId,
client_id: clientId,
Expand Down

0 comments on commit 996f5b0

Please sign in to comment.