Browse Source

ref(js): Imrpove typing on organizationGroupDetails.TabPaths (#43078)

Evan Purkhiser 2 years ago
parent
commit
6bbd6f0262
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/organizationGroupDetails/types.tsx

+ 1 - 1
static/app/views/organizationGroupDetails/types.tsx

@@ -11,7 +11,7 @@ export enum Tab {
   REPLAYS = 'Replays',
 }
 
-export const TabPaths = {
+export const TabPaths: Record<Tab, string> = {
   [Tab.DETAILS]: '',
   [Tab.ACTIVITY]: 'activity/',
   [Tab.USER_FEEDBACK]: 'feedback/',