From 1bcbaac0f7d03cfbaf12ebff1a402bf1c5500810 Mon Sep 17 00:00:00 2001 From: Remi Planel <rplanel@pasteur.fr> Date: Wed, 6 Oct 2021 18:13:05 +0200 Subject: [PATCH] Can copy an analysis if the experiment still exists --- client-nuxt/pages/projects/_id/analysis/_analysisId.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-nuxt/pages/projects/_id/analysis/_analysisId.vue b/client-nuxt/pages/projects/_id/analysis/_analysisId.vue index 53000ec4..688e4341 100644 --- a/client-nuxt/pages/projects/_id/analysis/_analysisId.vue +++ b/client-nuxt/pages/projects/_id/analysis/_analysisId.vue @@ -20,7 +20,7 @@ ></v-toolbar-title > <v-spacer></v-spacer> - <v-tooltip bottom> + <v-tooltip v-if="experimentId" bottom> <template v-slot:activator="{ on, attrs }"> <v-btn class="mx-2" -- GitLab