Skip to content

Commit 7346eec

Browse files
committed
[Fix]: #1849 your apps menu item inactive
1 parent 9a1295e commit 7346eec

File tree

1 file changed

+1
-0
lines changed
  • client/packages/lowcoder/src/pages/ApplicationV2

1 file changed

+1
-0
lines changed

client/packages/lowcoder/src/pages/ApplicationV2/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ export default function ApplicationHome() {
176176
routePath: ALL_APPLICATIONS_URL,
177177
routeComp: HomeView,
178178
icon: ({ selected, ...otherProps }) => selected ? <AppsIcon {...otherProps} width={"24px"}/> : <AppsIcon {...otherProps} width={"24px"}/>,
179+
onSelected: (_, currentPath) => currentPath === ALL_APPLICATIONS_URL || currentPath.startsWith("/folder"),
179180
},
180181
],
181182
},

0 commit comments

Comments
 (0)