added two tabs

main
alex 2024-03-09 15:56:41 +01:00
parent 27eebdb284
commit 6230375513
3 changed files with 5 additions and 2 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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