chore: Refactor loadingFolders variable name in SidebarNav component
This commit is contained in:
parent
bc50e010d4
commit
75c13f4f20
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export default function SidebarNav({
|
|||
}: SidebarNavProps) {
|
||||
const location = useLocation();
|
||||
const pathname = location.pathname;
|
||||
const loadingFolders = useFolderStore((state) => state.loading);
|
||||
const loadingFolders = useFolderStore((state) => state.isLoadingFolders);
|
||||
const folders = useFolderStore((state) => state.folders);
|
||||
|
||||
const pathValues = ["folder", "components", "flows", "all"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue