diff options
| author | bobzel <zzzman@gmail.com> | 2021-04-01 10:40:25 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-04-01 10:40:25 -0400 |
| commit | ec2748cf3deaa791c5aae6eae11b36f3cd4c0099 (patch) | |
| tree | 4310255e65b7f570179b563cb9dc5e59ecbfe5c0 /src/client/views/collections/CollectionDockingView.tsx | |
| parent | 0ee4a71ff4706bd957bb001d41b4c02796073615 (diff) | |
cleaning up tree view stuff.
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/views/collections/CollectionDockingView.tsx b/src/client/views/collections/CollectionDockingView.tsx index 52d3e91b9..388f9a909 100644 --- a/src/client/views/collections/CollectionDockingView.tsx +++ b/src/client/views/collections/CollectionDockingView.tsx @@ -437,9 +437,7 @@ export class CollectionDockingView extends CollectionSubView(doc => doc) { } render() { - return <div className="collectiondockingview-container" onPointerDown={this.onPointerDown} ref={this._containerRef}> - {this.props.renderDepth > 0 ? "Nested dashboards can't be rendered" : (null)} - </div>; + return <div className="collectiondockingview-container" onPointerDown={this.onPointerDown} ref={this._containerRef} />; } } |
