Skip to content

Commit

Permalink
Merge branch 'develop' into epic/ssr-error-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelfras authored Sep 5, 2024
2 parents 7eba698 + 7f8e2bd commit 4e9e6b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,8 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
useExtractedBillingAddressComponent: false,
showBillingAddressInDigitalPayments: false,
showDownloadProposalButton: false,
showPromotionsInPDP: false,
recentSearches: false,
showPromotionsInPDP: true,
recentSearches: true,
pdfInvoicesSortByInvoiceDate: false,
storeFrontLibCardParagraphTruncated: true,
useProductCarouselBatchApi: false,
Expand Down

0 comments on commit 4e9e6b3

Please sign in to comment.