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 9a1295e commit 7346eecCopy full SHA for 7346eec
client/packages/lowcoder/src/pages/ApplicationV2/index.tsx
@@ -176,6 +176,7 @@ export default function ApplicationHome() {
176
routePath: ALL_APPLICATIONS_URL,
177
routeComp: HomeView,
178
icon: ({ selected, ...otherProps }) => selected ? <AppsIcon {...otherProps} width={"24px"}/> : <AppsIcon {...otherProps} width={"24px"}/>,
179
+ onSelected: (_, currentPath) => currentPath === ALL_APPLICATIONS_URL || currentPath.startsWith("/folder"),
180
},
181
],
182
0 commit comments