mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-03-06 11:49:29 +08:00
Fix placeholder issues in History Statistics pages
This commit is contained in:
parent
2cecb4c5b5
commit
56c4616047
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ const HistoryStats: FunctionComponent = () => {
|
||||||
></Selector>
|
></Selector>
|
||||||
<Selector
|
<Selector
|
||||||
{...languageOptions}
|
{...languageOptions}
|
||||||
|
placeholder="Language..."
|
||||||
clearable
|
clearable
|
||||||
value={lang}
|
value={lang}
|
||||||
onChange={setLanguage}
|
onChange={setLanguage}
|
||||||
|
|
Loading…
Reference in a new issue