restore expand menu functionality

This commit is contained in:
Denys Vuika
2023-02-13 14:05:28 -05:00
committed by Sheena Malhotra
parent b6bcc20405
commit b1c794c5d1

View File

@@ -10,6 +10,7 @@
mat-button mat-button
class="action-button full-width" class="action-button full-width"
> >
<adf-icon *ngIf="item.icon" [value]="item.icon"></adf-icon>
<span class="action-button__label">{{ item.title | translate }}</span> <span class="action-button__label">{{ item.title | translate }}</span>
</button> </button>
</div> </div>