This commit is contained in:
suryac 2026-08-05 16:52:52 +05:30
commit 0ada5c4735
2 changed files with 3 additions and 3 deletions

View File

@ -143,7 +143,7 @@ export function DynamicForm({ client, activityId: initialActivityId, instanceId:
try {
const headers: Record<string, string> = {
'templateid': '192',
'x-pipeline-version': 'draft',
'x-pipeline-version': 'latest',
'orgid': '57',
'groupid': '25'
};
@ -181,7 +181,7 @@ export function DynamicForm({ client, activityId: initialActivityId, instanceId:
try {
const headers: Record<string, string> = {
'templateid': '192',
'x-pipeline-version': 'draft',
'x-pipeline-version': 'latest',
'orgid': '57',
'groupid': '25'
};

View File

@ -125,7 +125,7 @@ export function LogVisitForm({ client, onSuccess, onCancel, onActivityChange }:
try {
const headers: Record<string, string> = {
'templateid': '192',
'x-pipeline-version': 'draft',
'x-pipeline-version': 'latest',
'orgid': '57',
'groupid': '25'
};