Skip to content
Snippets Groups Projects
Commit ba5ac01b authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

remove alert message

parent 09e541c9
No related branches found
No related tags found
No related merge requests found
Pipeline #140534 passed
...@@ -42,10 +42,6 @@ function onScroll() { ...@@ -42,10 +42,6 @@ function onScroll() {
<v-col cols="auto"> <v-col cols="auto">
<v-card flat color="transparent" :min-width="computedMinWidth" <v-card flat color="transparent" :min-width="computedMinWidth"
:max-width="props.fluid ? undefined : maxWidth"> :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 /> <slot />
</v-card> </v-card>
</v-col> </v-col>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment