File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ import { isRedisearchAvailable } from 'uiSrc/utils'
24
24
25
25
import { OnboardingStepName , OnboardingSteps } from 'uiSrc/constants/onboarding'
26
26
import {
27
- incrementOnboardStepAction ,
28
- removeFeatureFromHighlighting
27
+ incrementOnboardStepAction
29
28
} from 'uiSrc/slices/app/features'
30
29
import { OnboardingTour } from 'uiSrc/components'
31
30
import { ONBOARDING_FEATURES } from 'uiSrc/components/onboarding-features'
@@ -244,7 +243,6 @@ const KeysHeader = (props: Props) => {
244
243
const openBulkActions = ( ) => {
245
244
dispatch ( setBulkActionType ( BulkActionsType . Delete ) )
246
245
handleBulkActionsPanel ( true )
247
- dispatch ( removeFeatureFromHighlighting ( 'bulkUpload' ) )
248
246
}
249
247
250
248
const handleSwitchView = ( type : KeyViewType ) => {
You can’t perform that action at this time.
0 commit comments