mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
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.
This commit is contained in:
parent
c9775d5f72
commit
acc8b46d51
@ -71,7 +71,7 @@
|
||||
<CategoryChooser
|
||||
@value={{this.filterCategoryId}}
|
||||
@onChange={{fn (mut this.filterCategoryId)}}
|
||||
@options={{hash none="review.filters.all_categories"}}
|
||||
@options={{hash none="review.filters.all_categories" clearable=true}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user