diff options
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r-- | src/client/views/PropertiesView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index 13377d189..9f1b8dad3 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -267,7 +267,6 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { <ContentFittingDocumentView Document={layoutDoc} DataDoc={this.dataDoc} - LibraryPath={emptyPath} renderDepth={1} rootSelected={returnFalse} treeViewDoc={undefined} |