add akadmy template also
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user