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

@@ -1,4 +1,4 @@
<app-modal-button name="Ajouter un transporteur">
<app-modal-button type="primary" name="Ajouter un transporteur">
<app-deliverer-form></app-deliverer-form>
</app-modal-button>