Skip to content

Commit

Permalink
Set default value for scaled float to 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Apr 2, 2020
1 parent 12a7dd0 commit eb540dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ export const PARAMETERS_DEFINITION: { [key in ParameterName]: ParameterDefinitio
}
),
fieldConfig: {
defaultValue: '',
defaultValue: 1,
type: FIELD_TYPES.NUMBER,
deserializer: (value: string | number) => +value,
formatters: [toInt],
Expand Down

0 comments on commit eb540dc

Please sign in to comment.