Skip to content

Commit

Permalink
Fix #1215. Removed Animation from confirm modal
Browse files Browse the repository at this point in the history
Set animation false by default in confirm modal.
  • Loading branch information
offtherailz committed Oct 26, 2016
1 parent 8173109 commit 46692f4
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 46692f4

Please sign in to comment.