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:
parent
7aa33d4287
commit
5f9f8b1694
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue