Skip to content

Commit

Permalink
Remove default 0 value
Browse files Browse the repository at this point in the history
  • Loading branch information
TevinAdams committed Dec 12, 2024
1 parent 6680292 commit c49e2ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/PrimeUI/Shipment/PrimeUIShipmentUpdateForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const PrimeUIShipmentUpdateForm = ({
{editableWeightEstimateField && (
<MaskedTextField
data-testid="estimatedWeightInput"
defaultValue="0"
name="estimatedWeight"
label="Estimated weight (lbs)"
id="estimatedWeightInput"
Expand All @@ -86,7 +85,6 @@ const PrimeUIShipmentUpdateForm = ({
{editableWeightActualField && (
<MaskedTextField
data-testid="actualWeightInput"
defaultValue="0"
name="actualWeight"
label="Actual weight (lbs)"
id="actualWeightInput"
Expand Down

0 comments on commit c49e2ce

Please sign in to comment.