From de5d7ce50e5ca2e074be52aa64c21e2b1b17be36 Mon Sep 17 00:00:00 2001 From: Rithvik Nishad Date: Thu, 29 Feb 2024 17:19:19 +0530 Subject: [PATCH] Fixes missing path param error in update asset bed request (#7313) --- src/Components/Facility/Consultations/Feed.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Facility/Consultations/Feed.tsx b/src/Components/Facility/Consultations/Feed.tsx index 22953103089..476dcf0f401 100644 --- a/src/Components/Facility/Consultations/Feed.tsx +++ b/src/Components/Facility/Consultations/Feed.tsx @@ -362,7 +362,7 @@ export const Feed: React.FC = ({ consultationId }) => { position: data?.position, }, }, - pathParams: { id: currentPreset?.id }, + pathParams: { external_id: currentPreset?.id }, } ); if (res && assetBedData && res.status === 200) {