From 572a1d482d46cc8cfb9acc0bc69e1419f2ff764b Mon Sep 17 00:00:00 2001 From: Tibor Postek Date: Mon, 2 Mar 2020 11:15:46 +0100 Subject: [PATCH] #144 fix shift + click --- js/components/preview/compounds/redux/dispatchActions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/components/preview/compounds/redux/dispatchActions.js b/js/components/preview/compounds/redux/dispatchActions.js index 87b54908f..5ee3d1f3e 100644 --- a/js/components/preview/compounds/redux/dispatchActions.js +++ b/js/components/preview/compounds/redux/dispatchActions.js @@ -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