Change: handle errored truenas pools

This commit is contained in:
shamoon 2024-08-03 17:00:02 -07:00
parent 8fba3eee1d
commit 49991f8c3e

View File

@ -25,7 +25,7 @@ const widget = {
healthy: entry.healthy,
allocated: entry.allocated,
free: entry.free,
data: entry.topology.data,
data: entry.topology?.data ?? [],
})),
},
},