diff --git a/src/components/inputs/NumberInput.jsx b/src/components/inputs/NumberInput.jsx index 1f7063b4..ff972ae5 100644 --- a/src/components/inputs/NumberInput.jsx +++ b/src/components/inputs/NumberInput.jsx @@ -35,7 +35,6 @@ class NumberInput extends React.Component { if (!state.editing) { return { value: props.value, - dirtyValue: props.value, }; } return null;