Skip to content

Commit

Permalink
xchem#144 fix shift + click
Browse files Browse the repository at this point in the history
  • Loading branch information
tibor-postek-m2ms committed Mar 10, 2020
1 parent c5d46e7 commit 572a1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/preview/compounds/redux/dispatchActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const showCompoundNglView = ({ majorViewStage, data, index }) => (dispatch, getS
'X-Requested-With': 'XMLHttpRequest',
'X-CSRFToken': getCsrfToken()
},
body: JSON.stringify(post_data)
data: JSON.stringify(post_data)
})
.then(response => {
// Now load this into NGL
Expand Down

0 comments on commit 572a1d4

Please sign in to comment.