Skip to content

Commit

Permalink
bug fix in parent catalog comp
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Aug 15, 2024
1 parent f1b5062 commit 015732c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ParentCatalog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async function getParentCatalogData() {
// Populate table data with parent catalog info for the given sdssid and catalog name
// resolve the target coordinates using the valis endpoint
const url = `/target/parents/${selected_catalog.value}/${props.sdssid}/?catalogid=${props.catalogid}`;
const url = `/target/parents/${selected_catalog.value}/${props.sdssid}?catalogid=${props.catalogid}`;
// use local cache if available
// temporary cache per target page load
Expand Down

0 comments on commit 015732c

Please sign in to comment.