From ba5ac01b35e64347a07901f73ddb5c78943f0141 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Fri, 27 Sep 2024 18:03:03 +0200 Subject: [PATCH] remove alert message --- frontend/components/Main.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/components/Main.vue b/frontend/components/Main.vue index 439555d..7664303 100644 --- a/frontend/components/Main.vue +++ b/frontend/components/Main.vue @@ -42,10 +42,6 @@ function onScroll() { <v-col cols="auto"> <v-card flat color="transparent" :min-width="computedMinWidth" :max-width="props.fluid ? undefined : maxWidth"> - <v-alert v-if="runtimeConfig.public.displayMessage" type="warning" variant="tonal" border="start" prominent> - Following an update on July 3, 2024, some analyses conducted before this date may display unusual - results. If this occurs, simply rerun the analysis to resolve the issue - </v-alert> <slot /> </v-card> </v-col> -- GitLab