Skip to content

Commit

Permalink
Revert "change projection to timeChannelName"
Browse files Browse the repository at this point in the history
This reverts commit 881d3c7.
  • Loading branch information
kaperoo committed Dec 14, 2023
1 parent 881d3c7 commit 0bd0895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/records.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ export const useRecordCount = (): UseQueryResult<number, AxiosError> => {
{
searchParams,
filters,
projection: [timeChannelName],
projection,
},
]),
}
Expand Down

0 comments on commit 0bd0895

Please sign in to comment.