Skip to content

Commit 2af304e

Browse files
committed
Fix navigation after selecting revision
Signed-off-by: Sebastian Martinez <[email protected]>
1 parent 6d6cbbd commit 2af304e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/projects/Patch.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@
347347
resource: "patch",
348348
params: { patch: patch.id, revision: item.id },
349349
},
350+
search: `tab=${currentTab}`,
350351
}}>
351352
<DropdownItem
352353
selected={item.id === currentRevision.id}

0 commit comments

Comments
 (0)