Skip to content

Commit 7c8e71b

Browse files
committed
remove env/proj from location, redundant
1 parent 8eee681 commit 7c8e71b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

static/app/views/releases/drawer/releasesDrawerTable.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ export function ReleaseDrawerTable({
7777
query: {
7878
project: projects,
7979
environment: environments,
80-
...Object.fromEntries(
81-
Object.entries(location.query).filter(([key]) =>
82-
['project', 'environment'].includes(key)
83-
)
84-
),
8580
cursor: location.query.releaseCursor,
8681
...normalizeDateTimeParams({
8782
start,

0 commit comments

Comments
 (0)