mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 08:34:28 +01:00
Fixed: (UI) Ensure proper parsing for size values in custom filters
This commit is contained in:
parent
07f816f9fd
commit
7f51c44829
1 changed files with 2 additions and 1 deletions
|
|
@ -189,7 +189,8 @@ export const defaultState = {
|
|||
{
|
||||
name: 'size',
|
||||
label: translate('Size'),
|
||||
type: filterBuilderTypes.NUMBER
|
||||
type: filterBuilderTypes.NUMBER,
|
||||
valueType: filterBuilderValueTypes.BYTES
|
||||
},
|
||||
{
|
||||
name: 'files',
|
||||
|
|
|
|||
Loading…
Reference in a new issue