Fix reporter display elements on compose reseting state on update

This commit is contained in:
Jože Fortun
2022-12-02 10:53:25 +01:00
parent 63dc0d7e75
commit f9d211a1d0
@@ -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)