mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
Fix component items in declarative table not showing (#12330)
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
<span *ngIf="isLabel(c)" (click)="onCellClick(r)">
|
||||
{{cellData.value}}
|
||||
</span>
|
||||
<model-component-wrapper *ngIf="isComponent(c) && getItemDescriptor(cellData)"
|
||||
[descriptor]="getItemDescriptor(cellData)" [modelStore]="modelStore">
|
||||
<model-component-wrapper *ngIf="isComponent(c) && getItemDescriptor(cellData.value)"
|
||||
[descriptor]="getItemDescriptor(cellData.value)" [modelStore]="modelStore">
|
||||
</model-component-wrapper>
|
||||
</td>
|
||||
</ng-container>
|
||||
|
||||
Reference in New Issue
Block a user