Remove unused code [SCI-8250]

This commit is contained in:
sboursen-scinote 2023-05-08 12:52:57 +02:00
parent 32297c3312
commit 852e0eba42

View file

@ -67,7 +67,6 @@
},
setValue(value) {
this.value = value;
this.toggle
this.$emit('change', this.value);
},
updateOptionPosition() {