We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c009e54 commit e799c56Copy full SHA for e799c56
src/containers/Tenant/Diagnostics/Describe/Describe.tsx
@@ -54,7 +54,7 @@ const Describe = ({path, database, type}: IDescribeProps) => {
54
return {currentDescribe: emptyObject, ...props};
55
}
56
57
- const mergedData = Object.values(currentData).flat();
+ const mergedData = [currentData.data, ...currentData.additionalData];
58
59
const data = mergedData.reduce<IDescribeData>((acc, item) => {
60
if (item?.Path) {
0 commit comments