Skip to content

Commit

Permalink
Fix #1215. Removed Animation from confirm modal (#1216)
Browse files Browse the repository at this point in the history
Set animation false by default in confirm modal.
  • Loading branch information
offtherailz authored Oct 26, 2016
1 parent 4756c3f commit 16ccaf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/client/components/maps/modals/ConfirmModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ const ConfirmModal = React.createClass({
return {
onConfirm: ()=> {},
onClose: () => {},
options: {},
options: {
animation: false
},
className: "",
useModal: true,
closeGlyph: "",
Expand Down

0 comments on commit 16ccaf8

Please sign in to comment.