We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf5d15 commit b16b989Copy full SHA for b16b989
1 file changed
src/Layout/PanelSideBarLayout/PanelSideBarLayout.tsx
@@ -30,6 +30,7 @@ export const PanelSideBarLayout = (props: PanelSideBarLayoutProps) => {
30
const toggleSidebar = () => setIsOpen((prev) => !prev);
31
32
const { brand: contextBrand, footer: contextFooter, userDropDownMenu, userDropDownMenuToggle } = usePanelSideBarLayoutContext();
33
+ console.log("Test");
34
35
return (
36
<>
0 commit comments