Skip to content

Commit

Permalink
chore[1300]: added back Button
Browse files Browse the repository at this point in the history
  • Loading branch information
ashanmugavel committed Aug 5, 2024
1 parent 939f181 commit 1ab2825
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
</div>
</app-button>
</div>

<div class="part-relation--part-info--relation relation">
<ng-container *ngIf="this.rootPart$">
<ng-container *viewContainer="this.rootPart$ | async; main: partRelationMainTmp; error: errorTmp; loading: loaderTmp">
</ng-container>
</ng-container>

</div>
<ng-template #partRelationMainTmp let-partDetails="view">
<div class="part-relation--button-container">
<app-button
Expand Down

0 comments on commit 1ab2825

Please sign in to comment.