Skip to content

Commit d1cf1b3

Browse files
authored
Update FunnelChartItem.js
1 parent 2aa5f83 commit d1cf1b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dashboard-react-app/src/FunnelChartItem.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ var funnelChartItemMetaData = {
3939
}]
4040
}],
4141
icon: 'funnelChartItemIcon',
42-
title: 'Funnel Chart',
43-
index: 2
42+
title: 'Funnel Chart'
4443
};
4544

4645
class FunnelChartItemViewer extends CustomItemViewer {
@@ -131,4 +130,4 @@ class FunnelChartItem {
131130
}
132131
}
133132

134-
export default FunnelChartItem;
133+
export default FunnelChartItem;

0 commit comments

Comments
 (0)