Skip to content

Commit

Permalink
Merge branch 'develop' into log-update-vitals
Browse files Browse the repository at this point in the history
  • Loading branch information
saloni0419 authored Feb 29, 2024
2 parents c5a4f7a + de5d7ce commit a87a114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/Consultations/Feed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export const Feed: React.FC<IFeedProps> = ({ consultationId }) => {
position: data?.position,
},
},
pathParams: { id: currentPreset?.id },
pathParams: { external_id: currentPreset?.id },
}
);
if (res && assetBedData && res.status === 200) {
Expand Down

0 comments on commit a87a114

Please sign in to comment.