Skip to content

Commit 6b65992

Browse files
author
ewezy
committed
Remove min and step size for autoscaling target field
1 parent fb3c71e commit 6b65992

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/src/router/components/form/components/autoscaling_policy/AutoscalingPolicyPanel.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ export const AutoscalingPolicyPanel = ({
9393
onChange={(e) => onChangeTarget(e.target.value)}
9494
isInvalid={!!errors.target}
9595
name="memory"
96-
min={1}
97-
step={1}
9896
append={selectedMetric.unit}
9997
/>
10098
</EuiFormRow>

0 commit comments

Comments
 (0)