Skip to content

Commit

Permalink
Merge pull request #676 from rufener/bugfix
Browse files Browse the repository at this point in the history
update etape_panel
  • Loading branch information
rufener authored Jul 12, 2022
2 parents 72e7514 + c6c4077 commit eb29a0f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions front/src/components/Affaires/Etape/etape.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,11 @@ <h1 class="md-title">Contrôles</h1>
</md-table>
</div>

<div style="float: right;">
<md-button class="md-accent" @click="etapeAffaire.showDialog = false">Annuler</md-button>
<md-button class="md-primary" @click="validateForm" :disabled="!allowSaveNewStep">Enregistrer</md-button>
</div>
</md-dialog-content>

<md-dialog-actions>
<md-button class="md-accent" @click="etapeAffaire.showDialog = false">Annuler</md-button>
<md-button class="md-primary" @click="validateForm" :disabled="!allowSaveNewStep">Enregistrer</md-button>
</md-dialog-actions>
</md-dialog>


Expand Down

0 comments on commit eb29a0f

Please sign in to comment.