File tree 2 files changed +1
-3
lines changed
static/app/views/issueDetails
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ export function NewIssueExperienceButton() {
84
84
openModal (
85
85
props => (
86
86
< IssueDetailsTourModal
87
- { ...props }
88
87
handleDismissTour = { ( ) => {
89
88
mutateAssistant ( { guide : ISSUE_DETAILS_TOUR_GUIDE_KEY , status : 'dismissed' } ) ;
90
89
tourDispatch ( { type : 'SET_COMPLETION' , isCompleted : true } ) ;
Original file line number Diff line number Diff line change @@ -3,13 +3,12 @@ import styled from '@emotion/styled';
3
3
4
4
import issueDetailsPreviewImage from 'sentry-images/spot/issue-details-preview.svg' ;
5
5
6
- import type { ModalRenderProps } from 'sentry/actionCreators/modal' ;
7
6
import { TextTourAction , TourAction } from 'sentry/components/tours/components' ;
8
7
import { t } from 'sentry/locale' ;
9
8
import { space } from 'sentry/styles/space' ;
10
9
import { darkTheme } from 'sentry/utils/theme' ;
11
10
12
- interface IssueDetailsTourModalProps extends ModalRenderProps {
11
+ interface IssueDetailsTourModalProps {
13
12
handleDismissTour : ( ) => void ;
14
13
handleStartTour : ( ) => void ;
15
14
}
You can’t perform that action at this time.
0 commit comments