Merge branch 'main' of https://gitea-dev.getzino.in/gitea_admin/krishna_sales
This commit is contained in:
commit
0ada5c4735
@ -143,7 +143,7 @@ export function DynamicForm({ client, activityId: initialActivityId, instanceId:
|
|||||||
try {
|
try {
|
||||||
const headers: Record<string, string> = {
|
const headers: Record<string, string> = {
|
||||||
'templateid': '192',
|
'templateid': '192',
|
||||||
'x-pipeline-version': 'draft',
|
'x-pipeline-version': 'latest',
|
||||||
'orgid': '57',
|
'orgid': '57',
|
||||||
'groupid': '25'
|
'groupid': '25'
|
||||||
};
|
};
|
||||||
@ -181,7 +181,7 @@ export function DynamicForm({ client, activityId: initialActivityId, instanceId:
|
|||||||
try {
|
try {
|
||||||
const headers: Record<string, string> = {
|
const headers: Record<string, string> = {
|
||||||
'templateid': '192',
|
'templateid': '192',
|
||||||
'x-pipeline-version': 'draft',
|
'x-pipeline-version': 'latest',
|
||||||
'orgid': '57',
|
'orgid': '57',
|
||||||
'groupid': '25'
|
'groupid': '25'
|
||||||
};
|
};
|
||||||
|
|||||||
@ -125,7 +125,7 @@ export function LogVisitForm({ client, onSuccess, onCancel, onActivityChange }:
|
|||||||
try {
|
try {
|
||||||
const headers: Record<string, string> = {
|
const headers: Record<string, string> = {
|
||||||
'templateid': '192',
|
'templateid': '192',
|
||||||
'x-pipeline-version': 'draft',
|
'x-pipeline-version': 'latest',
|
||||||
'orgid': '57',
|
'orgid': '57',
|
||||||
'groupid': '25'
|
'groupid': '25'
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user