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