aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DataVizBox.tsx
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-09-04 04:14:59 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-09-04 04:14:59 -0400
commitb4e4cca578747c987efde7fa8c14299790f3ee02 (patch)
treeb9b1a9df83e6bb2133162e5a5493f99174b28679 /src/client/views/nodes/DataVizBox/DataVizBox.tsx
parent0581f0943aad45fae70bb34e61fa219121d64b8f (diff)
stuff
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DataVizBox.tsx')
-rw-r--r--src/client/views/nodes/DataVizBox/DataVizBox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/DataVizBox.tsx b/src/client/views/nodes/DataVizBox/DataVizBox.tsx
index 6888d5f1e..e8235ce1a 100644
--- a/src/client/views/nodes/DataVizBox/DataVizBox.tsx
+++ b/src/client/views/nodes/DataVizBox/DataVizBox.tsx
@@ -712,6 +712,7 @@ export class DataVizBox extends ViewBoxAnnotatableComponent<FieldViewProps>() {
const targetKey = StrCast(templateInfo.doc!.layout_fieldKey, 'layout');
const applied = this.ApplyTemplateTo(templateInfo.doc!, target, targetKey, templateInfo.doc!.title + `${row}`);
target.layout_fieldKey = targetKey;
+
//this.applyImagesTo(target, fields);
return applied;
});