added two tabs
parent
27eebdb284
commit
6230375513
|
@ -265,6 +265,8 @@
|
|||
"segmentedOptions": [
|
||||
"Recherchierte Leads",
|
||||
"Geprüfte Leads",
|
||||
"Low player",
|
||||
"High player",
|
||||
"DMC versendet",
|
||||
"Follow Up",
|
||||
"Ungeeignet"
|
||||
|
|
|
@ -265,6 +265,8 @@
|
|||
"segmentedOptions": [
|
||||
"Researched Leads",
|
||||
"Checked Leads",
|
||||
"Low player",
|
||||
"High player",
|
||||
"DMC sent",
|
||||
"Follow Up",
|
||||
"Unsuitable"
|
||||
|
|
|
@ -1428,8 +1428,7 @@ function CallProtocolModal({ formDealInfo, notificationApi }) {
|
|||
.then((values) => {
|
||||
setIsRequesting(true);
|
||||
|
||||
console.log("values", values, callResult.answers);
|
||||
|
||||
// check if all questions are answered and the last answer is not no
|
||||
if (
|
||||
callResult.answers.length < optionsCallResult.length &&
|
||||
callResult.answers[callResult.answers.length - 1] !== 0
|
||||
|
|
Loading…
Reference in New Issue