Skip to content

Commit

Permalink
fix variable name in subset script generation
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinElms committed Nov 26, 2024
1 parent 77ddcb5 commit 8416eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oceannavigator/frontend/src/components/SubsetPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 8416eaf

Please sign in to comment.