diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-06-28 21:51:44 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-06-28 21:51:44 -0400 |
| commit | a446286326e04dc5c3958d157cc9120603d42b76 (patch) | |
| tree | ea9f4b4b2da01a208bb52f0c1a04b8f3479e711c /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | f9ec2ee53e6d19d02f0a6706470e05ed563d08bf (diff) | |
| parent | 6b9131637c242dafba429460f5d1bf2aa31e136f (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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; } |
