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": [
"Recherchierte Leads",
"Geprüfte Leads",
"Low player",
"High player",
"DMC versendet",
"Follow Up",
"Ungeeignet"

View File

@ -265,6 +265,8 @@
"segmentedOptions": [
"Researched Leads",
"Checked Leads",
"Low player",
"High player",
"DMC sent",
"Follow Up",
"Unsuitable"

View File

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