diff options
author | bobzel <zzzman@gmail.com> | 2024-05-17 10:39:25 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-05-17 10:39:25 -0400 |
commit | 38a382a03675d6a50ec7de75f05025efd093f570 (patch) | |
tree | 6512877beb3eebcb127dbc427b39a6f73f1292f6 /src/client/views/nodes/DocumentContentsView.tsx | |
parent | 69e286b504c2f1bbef7d489dc675b9e54ef8d983 (diff) |
manually added ChatBox from aj-starter
Diffstat (limited to 'src/client/views/nodes/DocumentContentsView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentContentsView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentContentsView.tsx b/src/client/views/nodes/DocumentContentsView.tsx index 18529a429..192c7875e 100644 --- a/src/client/views/nodes/DocumentContentsView.tsx +++ b/src/client/views/nodes/DocumentContentsView.tsx @@ -79,7 +79,7 @@ export class DocumentContentsView extends ObservableReactComponent<DocumentConte * Set of all available rendering componets for Docs (e.g., ImageBox, CollectionFreeFormView, etc) */ private static Components: { [key: string]: any }; - public static Init(defaultLayoutString: string, components:{ [key: string]: any}) { + public static Init(defaultLayoutString: string, components: { [key: string]: any }) { DocumentContentsView.DefaultLayoutString = defaultLayoutString; DocumentContentsView.Components = components; } |