Skip to content
Snippets Groups Projects
Commit 70e9f173 authored by Xiao Gui's avatar Xiao Gui
Browse files

feat: enable related regions

parent 5f122b75
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,6 @@
</a>
</ng-template>
<ng-template sxplrExperimentalFlag [experimental]="true">
<!-- related regions -->
<ng-template [ngIf]="relatedRegions$ | async | dedupRelatedRegionPipe" let-relatedRegions>
<!-- only show icon if related regions length > 0 -->
......@@ -150,7 +148,6 @@
</mat-list-item>
</ng-template>
</ng-template>
</mat-action-list>
......@@ -184,7 +181,6 @@
</sxplr-feature-entry>
<ng-template sxplrExperimentalFlag [experimental]="true">
<!-- related region features -->
<ng-template [ngIf]="relatedRegions$ | async | dedupRelatedRegionPipe" let-relatedRegions>
......@@ -246,8 +242,6 @@
</ng-template>
</ng-template>
</ng-template>
</mat-tab>
</mat-tab-group>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment