Skip to content

Commit

Permalink
Merge pull request #29 from baylee-d/feature/change-computed-on-delet…
Browse files Browse the repository at this point in the history
…e-modal-unfocus

[EOSF-770] Add action for clicking off of the delete modal
  • Loading branch information
jamescdavis committed Oct 30, 2017
2 parents 7405544 + 03ca5a3 commit e71dbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/file-detail/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</div>
</div>
</div>
{{#bs-modal open=deleteModalOpen onSubmit=(action 'delete') as |modal|}}
{{#bs-modal open=deleteModalOpen onSubmit=(action 'delete') onHidden=(action 'closeDeleteModal') as |modal|}}
{{#modal.header onClose=(action 'closeDeleteModal')}}
<h4 class="modal-title">Delete file?</h4>
{{/modal.header}}
Expand Down

0 comments on commit e71dbd2

Please sign in to comment.