Skip to content

Commit

Permalink
BO: Dismiss modal on save too
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebiloe committed Jul 12, 2017
1 parent e45a271 commit 0b46e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-dev/themes/new-theme/js/app/widgets/ps-modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{{translations.modal_content}}
</div>
<div class="modal-footer">
<PSButton @click="onSave" class="btn-lg" primary>{{translations.button_save}}</PSButton>
<PSButton @click="onSave" class="btn-lg" primary data-dismiss="modal">{{translations.button_save}}</PSButton>
<PSButton @click="onLeave" class="btn-lg" ghost data-dismiss="modal">{{translations.button_leave}}</PSButton>
</div>
</div>
Expand Down

0 comments on commit 0b46e7f

Please sign in to comment.