Skip to content

Commit

Permalink
fix: remove unnecessary variables in the rest request causing conflic…
Browse files Browse the repository at this point in the history
…ts with redirection plugins
  • Loading branch information
selul committed Mar 27, 2019
1 parent a3a8504 commit 68c04ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion assets/js/bundle.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions assets/vue/components/api-key-form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,12 @@
methods: {
connect: function () {
this.$store.dispatch( 'connectOptimole', {
req: 'Connect to OptiMole',
apiKey: this.apiKey,
} );
},
disconnect: function () {
this.apiKey = '';
this.$store.dispatch( 'disconnectOptimole', {
req: 'Disconnect from OptiMole',
} );
},
}
Expand Down

0 comments on commit 68c04ee

Please sign in to comment.