diff options
author | 2022-09-20 16:19:15 +0700 | |
---|---|---|
committer | 2022-09-20 16:19:15 +0700 | |
commit | c1f308405ae9ce5f712803265b93be537178863d (patch) | |
tree | b02fb0e9fa951945e1344b5fa442f6a0b723dbf7 /source/features/clean-repo-filelist-actions.tsx | |
parent | 03022000ea8567d544dfdf38021a074b03aff1ec (diff) | |
download | refined-github-c1f308405ae9ce5f712803265b93be537178863d.tar.gz refined-github-c1f308405ae9ce5f712803265b93be537178863d.tar.zst refined-github-c1f308405ae9ce5f712803265b93be537178863d.zip |
Meta: Default to `deduplicate: false` (#5999)
Diffstat (limited to 'source/features/clean-repo-filelist-actions.tsx')
-rw-r--r-- | source/features/clean-repo-filelist-actions.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/clean-repo-filelist-actions.tsx b/source/features/clean-repo-filelist-actions.tsx index 4c3f7b06..09e60ea5 100644 --- a/source/features/clean-repo-filelist-actions.tsx +++ b/source/features/clean-repo-filelist-actions.tsx @@ -5,7 +5,7 @@ import * as pageDetect from 'github-url-detection'; import {PlusIcon, SearchIcon, CodeIcon} from '@primer/octicons-react'; import {wrap} from '../helpers/dom-utils'; -import features from '.'; +import features from '../feature-manager'; /** Add tooltip on a wrapper to avoid breaking dropdown functionality */ function addTooltipToSummary(childElement: Element, tooltip: string): void { |