1
0
forked from test/crm

fix: changed lead_owner to deal_owner in newDeal component

This commit is contained in:
Shariq Ansari 2023-12-11 12:44:43 +05:30
parent ab92d96221
commit 548b71b403
2 changed files with 4 additions and 4 deletions

View File

@ -27,9 +27,9 @@
"column_break_bqvs",
"sla_tab",
"sla",
"sla_creation",
"column_break_pfvq",
"sla_status",
"sla_creation",
"response_details_section",
"response_by",
"column_break_hpvj",
@ -199,7 +199,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2023-12-04 15:27:30.887589",
"modified": "2023-12-11 12:37:51.198228",
"modified_by": "Administrator",
"module": "FCRM",
"name": "CRM Deal",

View File

@ -153,8 +153,8 @@ const allFields = [
},
{
label: 'Deal Owner',
name: 'lead_owner',
type: 'link',
name: 'deal_owner',
type: 'user',
placeholder: 'Deal Owner',
},
],