Skip to content

Commit

Permalink
Fixed: (UI) Ensure proper parsing for size values in custom filters
Browse files Browse the repository at this point in the history
  • Loading branch information
mynameisbogdan committed Jul 21, 2023
1 parent 07f816f commit 7f51c44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/Store/Actions/releaseActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ export const defaultState = {
{
name: 'size',
label: translate('Size'),
type: filterBuilderTypes.NUMBER
type: filterBuilderTypes.NUMBER,
valueType: filterBuilderValueTypes.BYTES
},
{
name: 'files',
Expand Down

0 comments on commit 7f51c44

Please sign in to comment.