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:
Ted Johansson 2024-07-10 15:24:01 +08:00 committed by GitHub
parent c9775d5f72
commit acc8b46d51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>