diff --git a/app/client-v2/src/components/ProjectView/CytoscapeCanvas.vue b/app/client-v2/src/components/ProjectView/CytoscapeCanvas.vue index 49655193..edf1560b 100644 --- a/app/client-v2/src/components/ProjectView/CytoscapeCanvas.vue +++ b/app/client-v2/src/components/ProjectView/CytoscapeCanvas.vue @@ -29,7 +29,7 @@ onMounted(async () => { style: { width: "10px", height: "10px", - content: "data(key0)", + content: "data(key4)", // TODO: change to data(label) if needed "font-size": "7px", color: "#00CC66", "background-color": "rgba(45, 212, 191, 0.44)" diff --git a/scripts/common b/scripts/common index c57470a2..db7e96ca 100755 --- a/scripts/common +++ b/scripts/common @@ -1,2 +1,2 @@ #!/usr/bin/env bash -export API_BRANCH="main" +export API_BRANCH="bacpop-202-fallback-to-refs"