diff --git a/chameleon-client/src/components/ThresholdTab.vue b/chameleon-client/src/components/ThresholdTab.vue index 52355002e..f993ca859 100644 --- a/chameleon-client/src/components/ThresholdTab.vue +++ b/chameleon-client/src/components/ThresholdTab.vue @@ -1,8 +1,8 @@ @@ -20,9 +20,6 @@ import chselect from './ch-select.vue' chselect }, methods:{ - onChange: function(key,event) { - this.$store.commit(key, event); - } } } diff --git a/chameleon-client/src/components/ch-range.vue b/chameleon-client/src/components/ch-range.vue index 784232ee1..99030dfa5 100644 --- a/chameleon-client/src/components/ch-range.vue +++ b/chameleon-client/src/components/ch-range.vue @@ -19,20 +19,28 @@