Browse Source

ref(js): Remove unused constant (#28640)

Evan Purkhiser 3 years ago
parent
commit
90fa55df59
1 changed files with 0 additions and 1 deletions
  1. 0 1
      static/app/constants/index.tsx

+ 0 - 1
static/app/constants/index.tsx

@@ -215,7 +215,6 @@ export const MAX_AUTOCOMPLETE_RECENT_SEARCHES = 3;
 export const MAX_AUTOCOMPLETE_RELEASES = 5;
 
 export const DEFAULT_PER_PAGE = 50;
-export const TEAMS_PER_PAGE = 25;
 
 // Limit query length so paginated response headers don't
 // go over HTTP header size limits (4Kb)