mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-10 09:02:44 +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
|
||||
{...languageOptions}
|
||||
placeholder="Language..."
|
||||
clearable
|
||||
value={lang}
|
||||
onChange={setLanguage}
|
||||
|
|
Loading…
Reference in a new issue