add akadmy template also

This commit is contained in:
2026-01-02 09:06:28 +00:00
parent a45d3ec421
commit aa217012e9

View File

@@ -843,6 +843,9 @@
} else if(bvValue === 'bip') { } else if(bvValue === 'bip') {
selectedData = bipData; selectedData = bipData;
whatsAppSelectdeData = bipWhatsAppData; whatsAppSelectdeData = bipWhatsAppData;
} else if(bvValue === 'akadmy') {
selectedData = akadmyData;
whatsAppSelectdeData = [];
} else { } else {
selectedData = []; // No data for other selections, you can add more datasets as needed selectedData = []; // No data for other selections, you can add more datasets as needed
whatsAppSelectdeData = []; // No data for other selections, you can add more datasets as needed whatsAppSelectdeData = []; // No data for other selections, you can add more datasets as needed