Skip to content

Commit 4c46225

Browse files
fixed support detail route
1 parent 07136fc commit 4c46225

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
@@ -302,6 +302,7 @@ export default function ApplicationHome() {
302302
text: <TabLabel>{trans("home.support")}</TabLabel>,
303303
routePath: SUPPORT_URL,
304304
routeComp: Support,
305+
routePathExact: false,
305306
icon: ({ selected, ...otherProps }) => selected ? <SupportIcon {...otherProps} width={"24px"}/> : <SupportIcon {...otherProps} width={"24px"}/>,
306307
},
307308
],

0 commit comments

Comments
 (0)