mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
UI: Upgrade to Ember 4.12 (#22122)
This commit is contained in:
@@ -108,7 +108,7 @@ export const namespaceArrayToObject = (totalClientsByNamespace, newClientsByName
|
||||
const newNamespaceCounts = newClientsByNamespace?.find((n) => n.label === ns.label);
|
||||
if (newNamespaceCounts) {
|
||||
const { label, clients, entity_clients, non_entity_clients } = newNamespaceCounts;
|
||||
const newClientsByMount = [...newNamespaceCounts?.mounts];
|
||||
const newClientsByMount = [...newNamespaceCounts.mounts];
|
||||
const nestNewClientsWithinMounts = ns.mounts?.map((mount) => {
|
||||
const new_clients = newClientsByMount?.find((m) => m.label === mount.label) || {};
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user