From f9d211a1d0c49f9a5f624cdf20f791174436eabb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Fri, 2 Dec 2022 10:48:48 +0100 Subject: [PATCH] Fix reporter display elements on compose reseting state on update --- client/web/compose/src/components/PageBlocks/Report/Base.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/web/compose/src/components/PageBlocks/Report/Base.vue b/client/web/compose/src/components/PageBlocks/Report/Base.vue index 990b9b636..b61ae4b56 100644 --- a/client/web/compose/src/components/PageBlocks/Report/Base.vue +++ b/client/web/compose/src/components/PageBlocks/Report/Base.vue @@ -78,8 +78,6 @@ export default { getDataframes (definition = {}) { const { elementID } = this.options - this.displayElement = undefined - if (elementID) { const block = this.report.blocks.find(({ elements }) => { return elements.some(e => e.elementID === elementID)