Skip to content
Snippets Groups Projects
Commit 979e6121 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

Merge branch 'dev-nico' into 'master'

Dev nico

See merge request astron-sdc/esap-gui!43
parents eccb6f8e 8bff8e18
No related branches found
No related tags found
2 merge requests!45Master,!43Dev nico
Pipeline #15951 passed
......@@ -32,10 +32,12 @@ export default function SaveBasketButton(props) {
})
.catch((error) => {
console.log(error);
alert(error)
});
})
.catch((error) => {
console.log(error);
//alert(error)
});
}
......
......@@ -57,7 +57,7 @@ export function QueryContextProvider({ children }) {
})
.catch((error) => {
let description = ". Configuration not loaded. Is ESAP-API online? " + api_host
alert(error.toString() + description)
console.log(error.toString() + description)
});
}
......
......@@ -87,7 +87,7 @@ export default function Routes() {
</Switch>
<footer><small>esap-gui version 23 jul 2021 - 15:00</small></footer>
<footer><small>esap-gui version 2 aug 2021 - 7:00</small></footer>
</Router>
);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment