Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Ensure checkout order summary and totals block cannot be removed (#7873)
Browse files Browse the repository at this point in the history
  • Loading branch information
opr authored Jan 6, 2023
1 parent 3600165 commit afe0f2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"html": false,
"multiple": false,
"reusable": false,
"inserter": false
"inserter": false,
"lock": false
},
"attributes": {
"lock": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"html": false,
"multiple": false,
"reusable": false,
"inserter": false
"inserter": false,
"lock": false
},
"attributes": {
"className": {
Expand Down

0 comments on commit afe0f2a

Please sign in to comment.