Skip to content

Commit a6b02b0

Browse files
committed
fix highlighting error
1 parent 48a506c commit a6b02b0

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)