File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import { Icon } from "components/ui/Icon";
77import { Text } from "components/ui/Text" ;
88
99import { OrganizationSummary } from "core/api/types/AirbyteClient" ;
10- import { CloudSettingsRoutePaths } from "packages/cloud/views/settings/routePaths" ;
1110import { RoutePaths } from "pages/routePaths" ;
1211
1312import styles from "./OrganizationWithWorkspaces.module.scss" ;
@@ -19,7 +18,7 @@ export const OrganizationWithWorkspaces: ItemContent<OrganizationSummary, null>
1918 return (
2019 < FlexContainer direction = "column" gap = "none" >
2120 < NavLink
22- to = { `${ RoutePaths . Organization } /${ organization . organizationId } /${ RoutePaths . Settings } / ${ CloudSettingsRoutePaths . Organization } ` }
21+ to = { `${ RoutePaths . Organization } /${ organization . organizationId } /${ RoutePaths . Workspaces } ` }
2322 className = { styles . organizationName }
2423 >
2524 < div className = { styles . orgTextBlock } >
You can’t perform that action at this time.
0 commit comments