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
7a1adda1ec
commit
991b65c354
|
@ -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