# LLM 사용량 페이지의 사소한 UI 버그

**URL:** https://meta.discourse.org/t/minor-ui-bug-in-llm-usage-page/391273
**Category:** UX
**Tags:** pr-welcome, ai
**Created:** [12월 14, 2025, 12:36오후 UTC](https://meta.discourse.org/t/minor-ui-bug-in-llm-usage-page/391273 "2025-12-14T12:36:27Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [12월 15, 2025, 1:55오후 UTC](https://meta.discourse.org/t/minor-ui-bug-in-llm-usage-page/391273/2 "2025-12-15T13:55:49Z")

</div>

@RBoy님, 보고해 주셔서 감사합니다. 다음 PR로 수정될 예정입니다.

> <https://github.com/discourse/discourse/pull/36694>
>
> When selecting a model or feature filter on the LLM Usage page, the dropdown wou…ld lose its options and display incorrect values (like "0") because fetchData() was clearing the cached dropdown options on every request.
> 
> The filtered API response only contains models/features matching the filter, so rebuilding the dropdown options from filtered data caused other options to disappear.
> 
> Added a \`clearCache\` parameter to fetchData():
> \- Initial load and date range changes pass \`clearCache: true\` to refresh options
> \- Filter changes use the default \`clearCache: false\` to preserve all options
> 
> Ref - https://meta.discourse.org/t/391273

---

_[View the full topic](https://meta.discourse.org/t/minor-ui-bug-in-llm-usage-page/391273)._
