Skip to content

Commit

Permalink
Update static/app/components/nav/config.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas <jonas.badalic@sentry.io>
  • Loading branch information
natemoo-re and JonasBa committed Sep 23, 2024
1 parent 9d4c362 commit b6aac27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/app/components/nav/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ import {getSearchForIssueGroup, IssueGroup} from 'sentry/views/issueList/utils';

export interface NavItemsResult {
primary: {
body: SidebarItem[];
footer: SidebarItem[];
body: ReadonlyArray<SidebarItem>;
footer: ReadonlyArray<SidebarItem>;
};
secondary: {
body: SubmenuItem[];
footer: SubmenuItem[];
body: ReadonlyArray<SidebarItem>;
footer: ReadonlyArray<SidebarItem>;
};
}

Expand Down

0 comments on commit b6aac27

Please sign in to comment.