Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
UdaySagar-Git committed Dec 16, 2024
1 parent 95aa142 commit 6e2ab87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Files/FileUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const FileUpload = (props: FileUploadProps) => {
silent: true,
});

const discussionNotesQuery = useQuery(routes.viewUpload, {
const discussionNotesQuery = useTanStackQueryInstead(routes.viewUpload, {
query: {
file_type: "PATIENT_NOTES",
consultation_id: consultationId,
Expand Down

0 comments on commit 6e2ab87

Please sign in to comment.