updated modal-button for choice between all types of button at the initialization of the modal
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<app-modal-button name="Créer un devis">
|
||||
<app-modal-button type="primary" name="Créer un devis">
|
||||
<app-deliverery-note-form></app-deliverery-note-form>
|
||||
</app-modal-button>
|
||||
<div class="mt-4">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<app-modal-button name="Ajouter un utilisateur">
|
||||
<app-modal-button type="primary" name="Ajouter un utilisateur">
|
||||
<app-profil-form></app-profil-form>
|
||||
</app-modal-button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user