diff options
Diffstat (limited to 'source/features/repo-wide-file-finder.tsx')
-rw-r--r-- | source/features/repo-wide-file-finder.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/repo-wide-file-finder.tsx b/source/features/repo-wide-file-finder.tsx index aa00affa..0490e31d 100644 --- a/source/features/repo-wide-file-finder.tsx +++ b/source/features/repo-wide-file-finder.tsx @@ -23,7 +23,7 @@ void features.add({ screenshot: false }, { include: [ - pageDetect.isRepoDiscussionList, + pageDetect.isRepoConversationList, pageDetect.isPR, pageDetect.isIssue ], |