Fix reporter display elements on compose reseting state on update

This commit is contained in:
Jože Fortun
2022-12-02 10:51:32 +01:00
parent c90b782c86
commit 8ef6de320e
@@ -74,8 +74,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)