Skip to content

Commit

Permalink
pkp/pkp-lib#6998 Don't allow mixed type for assignedTo query param
Browse files Browse the repository at this point in the history
  • Loading branch information
taslangraham committed Dec 16, 2024
1 parent 67a3095 commit 0330cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/mocks/pageInitConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export default {
name: 'Needs editor',
count: 1,
queryParams: {
assignedTo: -1,
isUnassigned: true,
status: [1],
},
},
Expand Down

0 comments on commit 0330cc9

Please sign in to comment.