Merged PR 932: #2265 DoNotTrack Search History

#2265 DoNotTrack Search History
This commit is contained in:
Nino Righi
2021-10-25 09:08:40 +00:00
committed by Lorenz Hilpert
parent b5a3ee19a4
commit ac7705442f

View File

@@ -249,6 +249,7 @@ export class CheckoutDummyStore extends ComponentStore<CheckoutDummyState> {
qs: ean,
},
take: 1,
doNotTrack: true,
};
return this._catalogService.search({ queryToken });
}