Skip to content

Commit

Permalink
Fixed: Releases Size filter has incorrect value type
Browse files Browse the repository at this point in the history
(cherry picked from commit 46bc711558d9f3ab278125a4292eb7851e51d308)
  • Loading branch information
Qstick committed Jul 30, 2022
1 parent 1d73d25 commit 2ca6a8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/Store/Actions/releaseActions.js
Expand Up @@ -177,7 +177,8 @@ export const defaultState = {
{
name: 'size',
label: 'Size',
type: filterBuilderTypes.NUMBER
type: filterBuilderTypes.NUMBER,
valueType: filterBuilderValueTypes.BYTES
},
{
name: 'seeders',
Expand Down

0 comments on commit 2ca6a8d

Please sign in to comment.