File tree Expand file tree Collapse file tree 7 files changed +9
-3
lines changed
[entityType]/[entitySlug] Expand file tree Collapse file tree 7 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,11 @@ export default function OrgDashboardLayout({ children }: DashboardLayoutProps) {
5050 href : `/dashboard/${ params . entityType } /${ params . entitySlug } /consumers` ,
5151 icon : 'userList' ,
5252 } ,
53+ {
54+ title : 'UseCases' ,
55+ href : `/dashboard/${ params . entityType } /${ params . entitySlug } /usecases` ,
56+ icon : 'userList' ,
57+ }
5358 ] ;
5459
5560 return (
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ import { GraphQL } from '@/lib/api';
1212import { Icons } from '@/components/icons' ;
1313import { LinkButton } from '@/components/Link' ;
1414import { Loading } from '@/components/loading' ;
15- import { ActionBar } from '../../dashboard/[entityType]/[entitySlug]/dataset/components/action-bar' ;
16- import { Navigation } from '../../dashboard/[entityType]/[entitySlug]/dataset/components/navigate-org-datasets' ;
15+ import { Navigation } from '../dataset/components/navigate-org-datasets' ;
16+ import { ActionBar } from '../dataset/components/action-bar' ;
17+
1718
1819const allUseCases : any = graphql ( `
1920 query UseCasesData($filters: UseCaseFilter, $order: UseCaseOrder) {
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export function DashboardNav({
8080 < Text variant = "headingMd" fontWeight = "medium" className = "py-2" >
8181 { entityDetails ?. name }
8282 </ Text >
83- < Link href = { '/dashboard' } >
83+ < Link href = { '/dashboard/organization ' } >
8484 < Text variant = "headingXs" color = "interactive" >
8585 { ' ' }
8686 Go back to Dashboard{ ' ' }
You can’t perform that action at this time.
0 commit comments