Skip to content

Commit

Permalink
fix: #404
Browse files Browse the repository at this point in the history
  • Loading branch information
khansadaoudi committed Oct 7, 2024
1 parent 7dac5e8 commit 998afbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/shared/TreesTypeSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export default defineComponent({
if (this.collaborativeMode) {
this.treeType = this.lastQuery !== null ? this.treeTypes.filter((option) => option.value === this.lastQuery?.userType)[0] : this.treeOptions[0];
}
this.emitSelectedValues();
},
methods: {
emitSelectedValues() {
Expand Down

0 comments on commit 998afbf

Please sign in to comment.