diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2025-02-22 15:02:26 -0500 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2025-02-22 15:02:26 -0500 |
commit | fe1536918dbbca08c9900497bb466fd7aa36ffdf (patch) | |
tree | 8b9da0a537da737ea2de9781d6e66e820ca20acc /src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx | |
parent | 370d731eaff3bad1f61f63478a529d38b49a3ccb (diff) |
Splitting staticfield into different content types (as subclasses)
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx')
-rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx b/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx index bea5c2d5d..583b2f472 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu/TemplateBackend.tsx @@ -1,5 +1,4 @@ import { FieldOpts, FieldSettings, ViewType } from "./FieldTypes/Field"; -import { } from "./FieldTypes/StaticField"; export enum TemplateFieldType { TEXT = 'text', |