diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-06-28 21:49:48 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-06-28 21:49:48 -0400 |
| commit | 6b9131637c242dafba429460f5d1bf2aa31e136f (patch) | |
| tree | c9795de94afc87db0038d7c5da7263233f7abd0a /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | 5a50af8589d9fb48d9395c124c6140b39c1a262b (diff) | |
fixed a bunch of things related to issues with templates.
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index 5562676e9..6529074f8 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -414,7 +414,7 @@ interface CollectionSchemaPreviewProps { removeDocument: (document: Doc) => boolean; active: () => boolean; whenActiveChanged: (isActive: boolean) => void; - addDocTab: (document: Doc, dataDoc: Doc, where: string) => void; + addDocTab: (document: Doc, dataDoc: Doc | undefined, where: string) => void; setPreviewScript: (script: string) => void; previewScript?: string; } |
