updated modal-button for choice between all types of button at the initialization of the modal

This commit is contained in:
2025-11-15 19:15:16 +01:00
parent 8866c84618
commit c42b8d82e4
7 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
<td>{{data.estimateDeliveryDate | date: 'dd/MM/yyyy'}}</td>
<td>{{data.realDeliveryDate | date: 'dd/MM/yyyy'}}</td>
<td>
<app-modal-button name="Voir les produits">
<app-modal-button type="link" name="Voir les produits">
<div style="max-height: 400px; overflow-y: auto;">
<nz-table [nzData]="data.productDelivery">
<thead>