Skip to content
Snippets Groups Projects
Commit 5a92b0b6 authored by Ron Lucke's avatar Ron Lucke
Browse files

fix #2791

Closes #2791

Merge request studip/studip!2075
parent 037e7c8a
No related branches found
No related tags found
No related merge requests found
...@@ -238,6 +238,11 @@ export default { ...@@ -238,6 +238,11 @@ export default {
}, },
mounted() { mounted() {
this.updateNestedChildren(); this.updateNestedChildren();
},
watch: {
structuralElements() {
this.updateNestedChildren();
}
} }
}; };
</script> </script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment