We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642d1d1 commit 42c868cCopy full SHA for 42c868c
static/app/views/releases/drawer/useReleasesDrawer.tsx
@@ -48,7 +48,7 @@ export function useReleasesDrawer() {
48
openDrawer(
49
() => <ReleasesDrawerDetails release={release} projectId={releaseProjectId} />,
50
{
51
- shouldCloseOnLocationChange: newPathName => {
+ shouldCloseOnLocationChange: () => {
52
return false;
53
},
54
ariaLabel: t('Releases drawer'),
@@ -71,7 +71,7 @@ export function useReleasesDrawer() {
71
/>
72
),
73
74
75
76
77
0 commit comments