Skip to content

Commit

Permalink
fix labels count
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Jan 21, 2025
1 parent 7da91ab commit f42d2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebApplication/src/orthancApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ export default {
"Level": "Study",
"Query": {},
"Labels": [label],
"LabelConstraint" : "All"
"LabelsConstraint" : "All"
}));
return response.data["Count"];
},
Expand Down

0 comments on commit f42d2c8

Please sign in to comment.