Skip to content

Commit

Permalink
improve interface
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed Aug 13, 2024
1 parent 8027032 commit 2d38d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/shared/hierarchy/BreadcrumbsGenerator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function BreadcrumbsGenerator({
)
}

const dvObjectTypeToRoute: Record<string, Route> = {
const dvObjectTypeToRoute: Record<DvObjectType, Route> = {
dataset: Route.DATASETS,
collection: Route.COLLECTIONS,
file: Route.FILES
Expand Down

0 comments on commit 2d38d97

Please sign in to comment.