diff --git a/src/components/forms/DynamicForm.tsx b/src/components/forms/DynamicForm.tsx index 94ed37b..be23cdd 100644 --- a/src/components/forms/DynamicForm.tsx +++ b/src/components/forms/DynamicForm.tsx @@ -143,7 +143,7 @@ export function DynamicForm({ client, activityId: initialActivityId, instanceId: try { const headers: Record = { 'templateid': '192', - 'x-pipeline-version': 'draft' + 'x-pipeline-version': 'latest' }; headers['orgid'] = '57'; headers['groupid'] = '25'; diff --git a/src/components/maps/NearestStoresMap.tsx b/src/components/maps/NearestStoresMap.tsx index ca7cdd8..a6ab6ba 100644 --- a/src/components/maps/NearestStoresMap.tsx +++ b/src/components/maps/NearestStoresMap.tsx @@ -68,7 +68,7 @@ export function NearestStoresMap() { 'groupid': '25', 'orgid': '57', 'templateid': '189', - 'x-pipeline-version': 'draft' + 'x-pipeline-version': 'latest' }, body: JSON.stringify({ latitude: lat,