Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -317,14 +317,6 @@ export const useProductPricingStore = defineStore('product-pricing-store', {
|
||||
this.applyPageResult(payload, page)
|
||||
}
|
||||
|
||||
// Background prefetch for next page to reduce perceived wait on page change.
|
||||
if (this.page < this.totalPages) {
|
||||
void this.prefetchPage({
|
||||
limit,
|
||||
page: this.page + 1,
|
||||
filters
|
||||
})
|
||||
}
|
||||
console.info('[product-pricing][frontend] request:success', {
|
||||
trace_id: traceId,
|
||||
duration_ms: Date.now() - startedAt,
|
||||
|
||||
Reference in New Issue
Block a user