We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1a187 commit 66a7006Copy full SHA for 66a7006
apps/sensenet/src/components/content/CustomContent.tsx
@@ -14,7 +14,6 @@ export const CustomContent: FunctionComponent<ContentProps> = () => {
14
const customDrawer = settings.drawer.items.find((item) => item.settings?.appPath === match.params.path)
15
const path = customDrawer?.settings.root || settings.content.root || ConstantContent.PORTAL_ROOT.Path
16
const { currentPath, onNavigate } = useTreeNavigation(path)
17
- console.log(path, currentPath, match.params)
18
19
switch (match.params.browseType) {
20
default:
0 commit comments