Skip to content

Commit

Permalink
fix api query (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinElms authored Nov 21, 2024
1 parent b013a67 commit cc99dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oceannavigator/frontend/src/components/SubsetPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ function SubsetPanel(props) {

window.location.href =
window.location.origin +
"/api/v2.0/generate_script/?query=" +
"/api/v2.0/generate_script?query=" +
JSON.stringify(query) +
"&lang=" +
key +
"&scriptType=subset";
"&script_type=subset";
};

const getSubsetVariables = () => {
Expand Down

0 comments on commit cc99dd0

Please sign in to comment.