fix: T&C tab - quitar display:none y agregar case terms en loadTabData

This commit is contained in:
Lizandro Guarnizo
2026-03-14 00:09:26 -05:00
parent cf6743fbbd
commit 405a3751e7
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -134,6 +134,11 @@ class SimpleWhatsAppManager {
case 'autoresponses':
this.loadAutoResponses();
break;
case 'terms':
if (typeof termsAdmin !== 'undefined' && typeof termsAdmin.cargar === 'function') {
termsAdmin.cargar(1);
}
break;
case 'logs':
this.loadLogs();
break;