Fixing UI for 2.1 data changes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
export default function linkInventory(forest, dependencyGraph) {
|
||||
// The stack of properties to still navigate
|
||||
const stack = [...forest];
|
||||
const stack = [...forest.trees];
|
||||
// The current containers we are inside of
|
||||
const containerStack = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user