aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-10-29 18:48:25 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-10-29 18:48:25 -0400
commit66fcb190ad52aa7e5fc7e0055fed392a569c1972 (patch)
tree535ecb1b070289d26a6a9c83fc7895dccdf955a8 /src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx
parent58e97fd9a8c85c7e4df75aed17d914498680c190 (diff)
matching algorithm working
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx')
-rw-r--r--src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx
index 00eb8fab4..a23c3ba3d 100644
--- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx
+++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx
@@ -17,7 +17,7 @@ export enum TemplateFieldSize {
export class TemplateLayouts {
public static get allTemplates(): FieldSettings[] {
- return Object.values(TemplateLayouts).filter(value => typeof value === 'object' && value !== null && 'title' in value) as FieldSettings[];
+ return Object.values(TemplateLayouts);
}
public static FourField001: FieldSettings = {