fixed get companies
This commit is contained in:
@@ -91,6 +91,7 @@ Vue.component('tt-select', {
|
||||
methods: {
|
||||
toggleDropdown() {
|
||||
if (this.disabled) return;
|
||||
if (!this.open) this.$emit('focus');
|
||||
this.open = !this.open;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user