diff --git a/oceannavigator/frontend/src/components/SubsetPanel.jsx b/oceannavigator/frontend/src/components/SubsetPanel.jsx index 047fc4e0..ad9cb1b3 100644 --- a/oceannavigator/frontend/src/components/SubsetPanel.jsx +++ b/oceannavigator/frontend/src/components/SubsetPanel.jsx @@ -82,7 +82,7 @@ function SubsetPanel(props) { const saveScript = (key) => { let query = { - outputFormat: outputFormat, + output_format: outputFormat, dataset_name: props.dataset.id, variables: outputVariables.join(), time: [outputStarttime, outputEndtime].join(),