From dffabe3a543dc3c6e821c0eeecd62b29b081b5ee Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Tue, 23 Jul 2024 16:11:00 +0200 Subject: [PATCH] remove links with systems --- frontend/components/AnalysisList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/AnalysisList.vue b/frontend/components/AnalysisList.vue index 3149eb6..3ff6f94 100644 --- a/frontend/components/AnalysisList.vue +++ b/frontend/components/AnalysisList.vue @@ -143,7 +143,7 @@ if (sessionError.value) { </v-text-field> </template> <span v-else> - <NuxtLink :to="`/analyses/${analysis.raw.id}/systems`" style="color: inherit; text-decoration: none;"> + <NuxtLink :to="`/analyses/${analysis.raw.id}`" style="color: inherit; text-decoration: none;"> {{ analysis.raw.name }} </NuxtLink> -- GitLab