1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

default quotaUsage in licensing store to undefined - some checks rely on this field being undefined, however in the current intialisation flow it is always set to the full object by the time the inspections are made. set to undefined for additional safety

This commit is contained in:
Rory Powell 2022-09-23 13:30:47 +01:00
parent 7a1adda1ec
commit 991b65c354

View file

@ -15,7 +15,7 @@ export const createLicensingStore = () => {
// features
groupsEnabled: false,
// the currently used quotas from the db
quotaUsage: {},
quotaUsage: undefined,
// derived quota metrics for percentages used
usageMetrics: {},
// quota reset