From acc8b46d51baa7259a39694f6a16ba3936838789 Mon Sep 17 00:00:00 2001 From: Ted Johansson Date: Wed, 10 Jul 2024 15:24:01 +0800 Subject: [PATCH] FIX: Make category filter in review page clearable (#27820) On the review page, once you select a category to filter by, while you can still change the category, you can not clear it. After this commit, we pass the "clearable" select-kit option through. --- app/assets/javascripts/discourse/app/templates/review-index.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/app/templates/review-index.hbs b/app/assets/javascripts/discourse/app/templates/review-index.hbs index 71e62189372..b0538d1ee98 100644 --- a/app/assets/javascripts/discourse/app/templates/review-index.hbs +++ b/app/assets/javascripts/discourse/app/templates/review-index.hbs @@ -71,7 +71,7 @@