diff --git a/public/js/components/Dashboard/Section.js b/public/js/components/Dashboard/Section.js index b01658182..95a6e4731 100644 --- a/public/js/components/Dashboard/Section.js +++ b/public/js/components/Dashboard/Section.js @@ -40,7 +40,7 @@ export default { configOpened: false, gridWidth: 1, gridHeight: null, - additionalRow:false + additionalRow: false }; }, provide() { @@ -124,6 +124,11 @@ export default { return placedItems.filter(item => !item.hidden); } }, + watch: { + items() { + this.additionalRow = false; + } + }, methods: { handleConfigOpened() { this.configOpened = true @@ -217,7 +222,7 @@ export default { >+