From 5aaec838416509e86e36ede03a019c3f039cbdf6 Mon Sep 17 00:00:00 2001 From: Peter Kurajsky Date: Tue, 1 Oct 2024 16:53:52 +0200 Subject: [PATCH] Changed default value of the feature toggle recentSearches to true (#19255) --- .../src/app/spartacus/spartacus-features.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/storefrontapp/src/app/spartacus/spartacus-features.module.ts b/projects/storefrontapp/src/app/spartacus/spartacus-features.module.ts index 174c457792f..7d27fb6e224 100644 --- a/projects/storefrontapp/src/app/spartacus/spartacus-features.module.ts +++ b/projects/storefrontapp/src/app/spartacus/spartacus-features.module.ts @@ -294,7 +294,7 @@ if (environment.cpq) { showBillingAddressInDigitalPayments: false, showDownloadProposalButton: false, showPromotionsInPDP: false, - recentSearches: false, + recentSearches: true, pdfInvoicesSortByInvoiceDate: false, storeFrontLibCardParagraphTruncated: true, useProductCarouselBatchApi: true,