Setting isExpanded to false

This commit is contained in:
Michaela Brydon 2024-03-27 14:26:52 -04:00
parent eab6a75752
commit 8f8b255694
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ Object {
"baseServiceLineItems": Array [],
"deductible": null,
"glassToReplace": Array [],
"isExpanded": true,
"isExpanded": false,
"isRepair": null,
"vapsInOrder": Array [],
"widget": Object {

View file

@ -187,7 +187,7 @@ export default {
...(otherParts ?? [])
],
deductible: currentDeductible,
isExpanded: true, // false,
isExpanded: false,
widget: {
amountDue: 'AmountDueTextWidget',
deductible: 'DeductibleWidget',