[FIX] HORILLA VIEWS: Default active tab at initial time not working

This commit is contained in:
Horilla
2025-04-28 14:29:39 +05:30
parent 434d819eab
commit 9a4199627f

View File

@@ -121,6 +121,8 @@
$(".oh-tabs__tab--active").click();
}, 100);
}
{% else %}
$(".oh-tabs__tab--active").click();
{% endif %}
</script>
</div>