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