mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5645] Removed unwanted code
This commit is contained in:
committed by
Anukriti Singh
parent
b7a71218fa
commit
a56aff1b00
-1
@@ -187,7 +187,6 @@
|
|||||||
</mat-expansion-panel-header>
|
</mat-expansion-panel-header>
|
||||||
<adf-dynamic-component [id]="customPanel.component" [data]="{ node }"></adf-dynamic-component>
|
<adf-dynamic-component [id]="customPanel.component" [data]="{ node }"></adf-dynamic-component>
|
||||||
</mat-expansion-panel>
|
</mat-expansion-panel>
|
||||||
<ng-container *ngIf="expanded">
|
|
||||||
<ng-container *ngIf="groupedProperties$ | async; else loading; let groupedProperties">
|
<ng-container *ngIf="groupedProperties$ | async; else loading; let groupedProperties">
|
||||||
<div *ngFor="let group of groupedProperties; let first = first;"
|
<div *ngFor="let group of groupedProperties; let first = first;"
|
||||||
class="adf-metadata-grouped-properties-container">
|
class="adf-metadata-grouped-properties-container">
|
||||||
|
|||||||
Reference in New Issue
Block a user