Skip to content

Commit

Permalink
chore: Update formErrorsDescriptiveMessages and shouldHideAddToCartFo…
Browse files Browse the repository at this point in the history
…rUnpurchasableProducts toggles value (#19776)
  • Loading branch information
rmch91 authored Dec 17, 2024
1 parent f589d92 commit e366284
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -926,10 +926,10 @@ export interface FeatureTogglesInterface {

export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
showDeliveryOptionsTranslation: false,
formErrorsDescriptiveMessages: false,
formErrorsDescriptiveMessages: true,
showSearchingCustomerByOrderInASM: false,
showStyleChangesInASM: false,
shouldHideAddToCartForUnpurchasableProducts: false,
shouldHideAddToCartForUnpurchasableProducts: true,
useExtractedBillingAddressComponent: true,
showBillingAddressInDigitalPayments: true,
showDownloadProposalButton: true,
Expand Down

0 comments on commit e366284

Please sign in to comment.