Skip to content

Commit

Permalink
Add missing argument to reload customer data
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jul 22, 2024
1 parent 1c0c2ae commit 3680aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/web/js/view/country-store-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ define([

if (!this.isRefreshPending() && this.isInvalidated()) {
customerData.set('country_store_data', {'reload': true});
customerData.reload(['country_store_data']);
customerData.reload(['country_store_data'], false);
}
},

Expand Down

0 comments on commit 3680aef

Please sign in to comment.