diff options
| author | bob <bcz@cs.brown.edu> | 2019-06-21 13:13:18 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-06-21 13:13:18 -0400 |
| commit | 542501fc3247dafa5879482f62a28147ec4b3793 (patch) | |
| tree | 2c302de41cb1216297d35ec0a37e8f8067f21523 /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | 5483c3353b99e7993f358e3d212b1717bf21fec6 (diff) | |
lots more template stuff.
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 d539835b9..9f5cef3cd 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -394,7 +394,7 @@ interface CollectionSchemaPreviewProps { removeDocument: (document: Doc) => boolean; active: () => boolean; whenActiveChanged: (isActive: boolean) => void; - addDocTab: (document: Doc, where: string) => void; + addDocTab: (document: Doc, dataDoc: Doc, where: string) => void; setPreviewScript: (script: string) => void; previewScript?: string; } |
