diff --git a/app/client/src/sagas/ApiPaneSagas.ts b/app/client/src/sagas/ApiPaneSagas.ts index 29a42fbfd3..0f9aa00f1c 100644 --- a/app/client/src/sagas/ApiPaneSagas.ts +++ b/app/client/src/sagas/ApiPaneSagas.ts @@ -124,15 +124,6 @@ function* syncApiParamsSaga( `${currentPath}${paramsString}`, ), ); - - // Also update the action property to ensure the path is updated in the action - yield put( - setActionProperty({ - actionId: actionId, - propertyName: "actionConfiguration.path", - value: `${currentPath}${paramsString}`, - }), - ); } }