From 9fd2d489ae9a02904001b9bddcfe4e66f2b04d48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C5=ABdolfs=20O=C5=A1i=C5=86=C5=A1?= Date: Wed, 11 Dec 2024 17:31:21 +0100 Subject: [PATCH] Fix select all patches button There was a regression in the filter persist commit. --- src/components/PatchesSecondColumn.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PatchesSecondColumn.svelte b/src/components/PatchesSecondColumn.svelte index 2f1b7f4..8da6347 100644 --- a/src/components/PatchesSecondColumn.svelte +++ b/src/components/PatchesSecondColumn.svelte @@ -91,7 +91,7 @@ + route={{ resource: "repo.patches", rid: repo.rid, status: undefined }}>
Patches