diff options
author | bob <bcz@cs.brown.edu> | 2019-06-20 17:46:56 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-06-20 17:46:56 -0400 |
commit | e495d4e32402384dbf7bb72945e83c912fce892b (patch) | |
tree | e063f397de53788a969bce5196d2c14d7bf14eff /src/client/views/MainView.tsx | |
parent | 46a2a9e1f10b63feeb21a1e186daeaef2ccbcda4 (diff) |
first shot at templates...
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 51630c29b..8198b88d2 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -203,6 +203,7 @@ export class MainView extends React.Component { let mainCont = this.mainContainer; let content = !mainCont ? (null) : <DocumentView Document={mainCont} + DataDoc={mainCont} addDocument={undefined} addDocTab={emptyFunction} removeDocument={undefined} |