2
0
mirror of https://github.com/frappe/books.git synced 2024-11-14 09:24:04 +00:00

fix: Active sidebar group

This commit is contained in:
Faris Ansari 2019-11-20 00:47:46 +05:30
parent a182d65057
commit a89f5a813d

View File

@ -17,7 +17,7 @@
<component <component
:is="group.icon" :is="group.icon"
class="w-5 h-5" class="w-5 h-5"
:active="isActiveGroup(group) && !group.items" :active="isActiveGroup(group)"
/> />
<div <div
class="ml-2 text-lg text-gray-900" class="ml-2 text-lg text-gray-900"