Skip to content

Commit

Permalink
FIO-8730: Add clearOnHide true to test components
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekotikov authored and lane-formio committed Jul 30, 2024
1 parent 7da131a commit 0ba25ef
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@
"key": "c",
"type": "container",
"input": true,
"components": []
"components": [],
"clearOnHide": true
},
{
"label": "__d_list_of_executive_and_non_executive_directorships_and_other",
Expand All @@ -102,7 +103,8 @@
"key": "d",
"type": "editgrid",
"input": true,
"components": []
"components": [],
"clearOnHide": true
}
]
}
Expand Down

0 comments on commit 0ba25ef

Please sign in to comment.