chore(ui/client): Update client dependency to fix dashboard cloning and task import

pull/12428/head
Iris Scholten 2019-03-07 09:57:24 -08:00
parent 9fda8bd63c
commit d319f88fcf
3 changed files with 4 additions and 5 deletions

6
ui/package-lock.json generated
View File

@ -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"
}

View File

@ -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",

View File

@ -221,7 +221,6 @@ class DashboardIndex extends PureComponent<Props, State> {
notify(cantImportInvalidResource('Dashboard'))
return
}
console.log(resource)
this.handleToggleImportOverlay()
notify(dashboardImported())
} catch (error) {