Skip to content

Commit

Permalink
Fix select all patches button
Browse files Browse the repository at this point in the history
There was a regression in the filter persist commit.
  • Loading branch information
rudolfs committed Dec 11, 2024
1 parent 868dfcd commit 9fd2d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PatchesSecondColumn.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<Link
styleWidth="100%"
underline={false}
route={{ resource: "repo.patches", rid: repo.rid, status }}>
route={{ resource: "repo.patches", rid: repo.rid, status: undefined }}>
<div class="tab active">
<div class="global-flex"><Icon name="patch" />Patches</div>
<div class="global-counter">
Expand Down

0 comments on commit 9fd2d48

Please sign in to comment.