Skip to content
Snippets Groups Projects
Commit 1afde945 authored by Ron Lucke's avatar Ron Lucke Committed by David Siegfried
Browse files

fix #3933

Closes #3933

Merge request studip/studip!2788
parent f937f504
No related branches found
No related tags found
No related merge requests found
...@@ -183,8 +183,8 @@ export default { ...@@ -183,8 +183,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.
Finish editing this message first!
Please register or to comment