Skip to content

Commit 06e4a0a

Browse files
authored
Merge pull request #2118 from RedisInsight/fe/bugfix/fix-error
fix highlighting error
2 parents 48a506c + a6b02b0 commit 06e4a0a

File tree

1 file changed

+1
-3
lines changed
  • redisinsight/ui/src/pages/browser/components/keys-header

1 file changed

+1
-3
lines changed

redisinsight/ui/src/pages/browser/components/keys-header/KeysHeader.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ import { isRedisearchAvailable } from 'uiSrc/utils'
2424

2525
import { OnboardingStepName, OnboardingSteps } from 'uiSrc/constants/onboarding'
2626
import {
27-
incrementOnboardStepAction,
28-
removeFeatureFromHighlighting
27+
incrementOnboardStepAction
2928
} from 'uiSrc/slices/app/features'
3029
import { OnboardingTour } from 'uiSrc/components'
3130
import { ONBOARDING_FEATURES } from 'uiSrc/components/onboarding-features'
@@ -244,7 +243,6 @@ const KeysHeader = (props: Props) => {
244243
const openBulkActions = () => {
245244
dispatch(setBulkActionType(BulkActionsType.Delete))
246245
handleBulkActionsPanel(true)
247-
dispatch(removeFeatureFromHighlighting('bulkUpload'))
248246
}
249247

250248
const handleSwitchView = (type: KeyViewType) => {

0 commit comments

Comments
 (0)