[ISSUE 208] fixed

This commit is contained in:
richard-loafle 2020-02-05 18:09:04 +09:00
parent 2cf189a5ae
commit 57fc605679

View File

@ -8,6 +8,7 @@
*cdkVirtualFor="let node of dataSource.expandedData$" *cdkVirtualFor="let node of dataSource.expandedData$"
></ng-container> ></ng-container>
<mat-tree <mat-tree
fxFlexFill
#orgranizationTree #orgranizationTree
[dataSource]="dataSource" [dataSource]="dataSource"
[treeControl]="treeControl" [treeControl]="treeControl"