mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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
|
<CategoryChooser
|
||||||
@value={{this.filterCategoryId}}
|
@value={{this.filterCategoryId}}
|
||||||
@onChange={{fn (mut this.filterCategoryId)}}
|
@onChange={{fn (mut this.filterCategoryId)}}
|
||||||
@options={{hash none="review.filters.all_categories"}}
|
@options={{hash none="review.filters.all_categories" clearable=true}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user