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:
parent
a182d65057
commit
a89f5a813d
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user