feat: use icon for connections on mobile view

This commit is contained in:
Rucha Mahabal
2021-07-08 16:55:42 +05:30
parent 48018b8d8c
commit 05ffc0d3e0
2 changed files with 10 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ erpnext.HierarchyChartMobile = class {
image: node.image,
parent: node.parent_id,
connections: node.connections,
is_mobile: 1
is_mobile: true
});
node.parent.append(node_card);