Setting isExpanded to false
This commit is contained in:
parent
eab6a75752
commit
8f8b255694
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ Object {
|
|||
"baseServiceLineItems": Array [],
|
||||
"deductible": null,
|
||||
"glassToReplace": Array [],
|
||||
"isExpanded": true,
|
||||
"isExpanded": false,
|
||||
"isRepair": null,
|
||||
"vapsInOrder": Array [],
|
||||
"widget": Object {
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@ export default {
|
|||
...(otherParts ?? [])
|
||||
],
|
||||
deductible: currentDeductible,
|
||||
isExpanded: true, // false,
|
||||
isExpanded: false,
|
||||
widget: {
|
||||
amountDue: 'AmountDueTextWidget',
|
||||
deductible: 'DeductibleWidget',
|
||||
|
|
|
|||
Loading…
Reference in a new issue