Skip to content

Commit e088f9c

Browse files
Update HierarchicalTreeViewItem.js
Making the item name unique
1 parent 681fa12 commit e088f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CS/AspNetCoreCustomItem/wwwroot/js/HierarchicalTreeViewItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const Dashboard = DevExpress.Dashboard;
33
const dxTreeView = DevExpress.ui.dxTreeView;
44

5-
const HIERARCIAL_TREE_VIEW_EXTENSION_NAME = 'TreeView';
5+
const HIERARCIAL_TREE_VIEW_EXTENSION_NAME = 'CustomTreeView';
66

77
const svgIcon = `<?xml version="1.0" encoding="utf-8"?>
88
<svg version="1.1" id="` + HIERARCIAL_TREE_VIEW_EXTENSION_NAME +`" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">

0 commit comments

Comments
 (0)