File tree 2 files changed +2
-25
lines changed
static/app/components/nav/issueViews
2 files changed +2
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import isEqual from 'lodash/isEqual';
6
6
7
7
import InteractionStateLayer from 'sentry/components/interactionStateLayer' ;
8
8
import { useNavContext } from 'sentry/components/nav/context' ;
9
- import { GrabHandleIcon } from 'sentry/components/nav/issueViews/grabHandleIcon' ;
10
9
import IssueViewNavEditableTitle from 'sentry/components/nav/issueViews/issueViewNavEditableTitle' ;
11
10
import { IssueViewNavEllipsisMenu } from 'sentry/components/nav/issueViews/issueViewNavEllipsisMenu' ;
12
11
import { constructViewLink } from 'sentry/components/nav/issueViews/issueViewNavItems' ;
@@ -15,6 +14,7 @@ import ProjectIcon from 'sentry/components/nav/projectIcon';
15
14
import { SecondaryNav } from 'sentry/components/nav/secondary' ;
16
15
import { normalizeDateTimeParams } from 'sentry/components/organizations/pageFilters/parse' ;
17
16
import { Tooltip } from 'sentry/components/tooltip' ;
17
+ import { IconGrabbable } from 'sentry/icons' ;
18
18
import { t } from 'sentry/locale' ;
19
19
import { space } from 'sentry/styles/space' ;
20
20
import { defined } from 'sentry/utils' ;
@@ -177,7 +177,7 @@ export function IssueViewNavItemContent({
177
177
} }
178
178
>
179
179
< StyledInteractionStateLayer isPressed = { isDragging === view . id } />
180
- < GrabHandleIcon color = "gray300" />
180
+ < IconGrabbable color = "gray300" />
181
181
</ GrabHandleWrapper >
182
182
< ProjectIcon projectPlatforms = { projectPlatforms } />
183
183
</ LeadingItemsWrapper >
You can’t perform that action at this time.
0 commit comments