UI: Upgrade to Ember 4.12 (#22122)

This commit is contained in:
Chelsea Shaw
2023-08-01 14:02:21 -05:00
committed by GitHub
parent 1d01045e85
commit 8731cee07a
115 changed files with 3294 additions and 1522 deletions

View File

@@ -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 {