From 015732ca5e164aca42fc83f0499a16f77c95f768 Mon Sep 17 00:00:00 2001 From: havok2063 Date: Thu, 15 Aug 2024 15:57:26 -0400 Subject: [PATCH] bug fix in parent catalog comp --- src/components/ParentCatalog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ParentCatalog.vue b/src/components/ParentCatalog.vue index 33eb494..a3249aa 100644 --- a/src/components/ParentCatalog.vue +++ b/src/components/ParentCatalog.vue @@ -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