Add Redux defaults for read-only wooSettings

This commit is contained in:
Philipp Stracker 2024-12-04 12:11:21 +01:00
parent 4f0f71f5e0
commit 681f420b12
No known key found for this signature in database

View file

@ -15,6 +15,12 @@ import ACTION_TYPES from './action-types';
const defaultTransient = {
isReady: false,
isBusy: false,
// Read only values, provided by the server via hydrate.
wooSettings: {
storeCountry: '',
storeCurrency: '',
},
};
const defaultPersistent = {