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

Commit

Permalink
fix build, bump 2.26.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkolasa committed Jun 21, 2022
1 parent 0fdcd47 commit 2475758
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netdata/dashboard",
"version": "2.26.4",
"version": "2.26.5",
"homepage": ".",
"main": "./lib/src/index-npm.js",
"files": [
Expand Down
1 change: 0 additions & 1 deletion src/domains/chart/components/lib-charts/dygraph-chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { DygraphArea, NetdataDygraph } from "types/vendor-overrides"
import { TimeRange } from "types/common"
import { useDateTime } from "utils/date-time"
import { debounce } from "utils/debounce"
import { hasHashParam } from "utils/hash-utils"

import {
selectCommonMin,
Expand Down

0 comments on commit 2475758

Please sign in to comment.