From b7f861533a5354bec74863b1abc5f07171eee7e1 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Tue, 7 Apr 2026 05:21:32 +0200 Subject: [PATCH] fix: update hidden input before form submit --- internal/templates/sort_filter.templ | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/internal/templates/sort_filter.templ b/internal/templates/sort_filter.templ index 76a84de..750015e 100644 --- a/internal/templates/sort_filter.templ +++ b/internal/templates/sort_filter.templ @@ -11,7 +11,7 @@ templ SortFilter(opts SortFilterOptions) {
- @@ -19,7 +19,7 @@ templ SortFilter(opts SortFilterOptions) {
- @@ -35,12 +35,4 @@ templ SortFilter(opts SortFilterOptions) { } - }