chore(ui/client): Update client dependency to fix dashboard cloning and task import
parent
9fda8bd63c
commit
d319f88fcf
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -221,7 +221,6 @@ class DashboardIndex extends PureComponent<Props, State> {
|
|||
notify(cantImportInvalidResource('Dashboard'))
|
||||
return
|
||||
}
|
||||
console.log(resource)
|
||||
this.handleToggleImportOverlay()
|
||||
notify(dashboardImported())
|
||||
} catch (error) {
|
||||
|
|
Loading…
Reference in New Issue