Skip to content

Commit

Permalink
Changes key for attribute passed to the sortAttribute API call to mat…
Browse files Browse the repository at this point in the history
…ch change in codap
  • Loading branch information
eireland committed Mar 20, 2024
1 parent d8aecee commit 13ca3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/apiHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const sortAttribute = async (context: string, attrId: number, isDescendin
"resource": `dataContext[${context}]`,
"values": {
"sort": {
attrId,
attr: attrId,
isDescending,
}
}
Expand Down

0 comments on commit 13ca3da

Please sign in to comment.