diff --git a/ui/package-lock.json b/ui/package-lock.json index 947160a2f7..bafb57435a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -985,9 +985,9 @@ } }, "@influxdata/influx": { - "version": "0.2.27", - "resolved": "https://registry.npmjs.org/@influxdata/influx/-/influx-0.2.27.tgz", - "integrity": "sha512-B00No54veQGtteUwEcc6/NSCL1bvgOhk3PeD8qPSkHiGHlPZjt3ae+F3sisVtJ4DDqqQTkZTKTyfuBjPX0LntA==", + "version": "0.2.28", + "resolved": "https://registry.npmjs.org/@influxdata/influx/-/influx-0.2.28.tgz", + "integrity": "sha512-jnn6MDbj3/VRh188nYQCGYk4uN4WSyeeFhorPgN8tD6ziCTu000ZI2hgUvsjPL7Um3WXH1yIH7qIfBeP0whFtw==", "requires": { "axios": "^0.18.0" } diff --git a/ui/package.json b/ui/package.json index 837e0aaeff..9488a6b4ef 100644 --- a/ui/package.json +++ b/ui/package.json @@ -137,7 +137,7 @@ }, "dependencies": { "@influxdata/clockface": "0.0.5", - "@influxdata/influx": "0.2.27", + "@influxdata/influx": "0.2.28", "@influxdata/react-custom-scrollbars": "4.3.8", "axios": "^0.18.0", "babel-polyfill": "^6.26.0", diff --git a/ui/src/dashboards/components/dashboard_index/DashboardsIndex.tsx b/ui/src/dashboards/components/dashboard_index/DashboardsIndex.tsx index 93a69a1969..3682d95044 100644 --- a/ui/src/dashboards/components/dashboard_index/DashboardsIndex.tsx +++ b/ui/src/dashboards/components/dashboard_index/DashboardsIndex.tsx @@ -221,7 +221,6 @@ class DashboardIndex extends PureComponent { notify(cantImportInvalidResource('Dashboard')) return } - console.log(resource) this.handleToggleImportOverlay() notify(dashboardImported()) } catch (error) {