mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: (UI) Ensure proper parsing for size values in custom filters
This commit is contained in:
@@ -189,7 +189,8 @@ export const defaultState = {
|
||||
{
|
||||
name: 'size',
|
||||
label: translate('Size'),
|
||||
type: filterBuilderTypes.NUMBER
|
||||
type: filterBuilderTypes.NUMBER,
|
||||
valueType: filterBuilderValueTypes.BYTES
|
||||
},
|
||||
{
|
||||
name: 'files',
|
||||
|
Reference in New Issue
Block a user