Removed redundant comment
This commit is contained in:
parent
729c76eba3
commit
c21cdbea2f
1 changed files with 0 additions and 1 deletions
|
|
@ -164,7 +164,6 @@ export default {
|
||||||
axios.post(this.captureApiUri, params)
|
axios.post(this.captureApiUri, params)
|
||||||
.then(response => {
|
.then(response => {
|
||||||
this.$root.$emit('globalUpdateCaptureList')
|
this.$root.$emit('globalUpdateCaptureList')
|
||||||
//this.$store.dispatch('updateState'); // Update store state
|
|
||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
this.$store.dispatch('handleHTTPError', error); // Let store handle error
|
this.$store.dispatch('handleHTTPError', error); // Let store handle error
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue