Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 0c7f446

Browse files
committed
remove duplicate export (ListContext is exported also in charts/list/index.js)
2.20.17
1 parent 895df0c commit 0c7f446

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netdata/dashboard",
3-
"version": "2.20.16",
3+
"version": "2.20.17",
44
"homepage": ".",
55
"main": "./lib/src/index-npm.js",
66
"files": [

src/domains/charts/charts/context.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export const ContainerContext = React.createContext({})
2020
export const GetChartContext = createContext({})
2121
export const MenuChartsAttributeById = createContext({})
2222
export const DashboardAttributesContext = createContext({})
23-
export const ListContext = createContext(null)
2423

2524
export const ChartsProvider = ({
2625
container,

0 commit comments

Comments
 (0)