We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c77b756 + b2b0c13 commit 7a7b34dCopy full SHA for 7a7b34d
src/components/ResultTable.svelte
@@ -10,7 +10,7 @@
10
let expanded: boolean[] = new Array(1).fill(false);
11
let dataPasser: LensDataPasser;
12
let catalogueLink: string =
13
- 'https://catalogue.eucaim.cancerimage.eu/menu/main/app-molgenis-app-biobank-explorer-eucaim/#/collection/';
+ 'https://catalogue.eucaim.cancerimage.eu/Eucaim/eucaim-ui/#/dataset/';
14
15
const toggleExpand = (index: string) => {
16
expanded[index] = !expanded[index];
0 commit comments