fixed get companies

This commit is contained in:
2025-09-02 13:36:45 +02:00
parent 5ecfc12b74
commit 1a50ae953f
2 changed files with 2 additions and 1 deletions
@@ -91,6 +91,7 @@ Vue.component('tt-select', {
methods: {
toggleDropdown() {
if (this.disabled) return;
if (!this.open) this.$emit('focus');
this.open = !this.open;
},