Skip to content
Snippets Groups Projects
Commit 7527e4a7 authored by Ron Lucke's avatar Ron Lucke Committed by Jan-Hendrik Willms
Browse files

fix #3933

Closes #3933

Merge request studip/studip!2788
parent abb771ad
No related branches found
No related tags found
No related merge requests found
...@@ -162,8 +162,8 @@ export default { ...@@ -162,8 +162,8 @@ export default {
}, },
watch: { watch: {
containers(oldValue, newValue) { containers(newValue, oldValue) {
if (oldValue && newValue && oldValue.length !== newValue.length) { if (newValue) {
this.resetAdderStorage(); this.resetAdderStorage();
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment