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 07136fc commit 4c46225Copy full SHA for 4c46225
client/packages/lowcoder/src/pages/ApplicationV2/index.tsx
@@ -302,6 +302,7 @@ export default function ApplicationHome() {
302
text: <TabLabel>{trans("home.support")}</TabLabel>,
303
routePath: SUPPORT_URL,
304
routeComp: Support,
305
+ routePathExact: false,
306
icon: ({ selected, ...otherProps }) => selected ? <SupportIcon {...otherProps} width={"24px"}/> : <SupportIcon {...otherProps} width={"24px"}/>,
307
},
308
],
0 commit comments