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

Mini Cart block: re-enable background support #5539

Merged
merged 2 commits into from
Jan 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/js/blocks/cart-checkout/mini-cart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const settings = {
* to add color classes and style to the wrapper.
*/
__experimentalSkipSerialization: true,
background: false,
background: true,
},
/**
* We need this experimental flag because we don't want to style the
Expand Down