Skip to content

Commit 1ab2825

Browse files
author
ashanmugavel
committed
chore[1300]: added back Button
1 parent 939f181 commit 1ab2825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/app/modules/shared/modules/relations/presentation/part-relation.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
</div>
3232
</app-button>
3333
</div>
34-
34+
<div class="part-relation--part-info--relation relation">
3535
<ng-container *ngIf="this.rootPart$">
3636
<ng-container *viewContainer="this.rootPart$ | async; main: partRelationMainTmp; error: errorTmp; loading: loaderTmp">
3737
</ng-container>
3838
</ng-container>
39-
39+
</div>
4040
<ng-template #partRelationMainTmp let-partDetails="view">
4141
<div class="part-relation--button-container">
4242
<app-button

0 commit comments

Comments
 (0)