mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-09-11 07:48:43 -06:00
Fixed Filters Menu being Minimized
This commit is contained in:
@@ -24,7 +24,7 @@ import {
|
||||
export default function NavigationSidebar({ currentPage, onNavigate }) {
|
||||
const [expandedNav, setExpandedNav] = useState({
|
||||
devices: true,
|
||||
filters: false,
|
||||
filters: true,
|
||||
automation: true
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user