Skip to content

Commit 630e2ed

Browse files
authored
remove duplicate spinner (#2394)
1 parent 9bb4968 commit 630e2ed

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

src/Frontend/src/components/LoadingOverlay.vue

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/Frontend/src/components/messages2/MessageView.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import TabsLayout from "@/components/TabsLayout.vue";
2020
import { storeToRefs } from "pinia";
2121
import MetadataLabel from "@/components/messages2/MetadataLabel.vue";
2222
import { hexToCSSFilter } from "hex-to-css-filter";
23-
import LoadingOverlay from "@/components/LoadingOverlay.vue";
2423
import SagaDiagram from "./SagaDiagram.vue";
2524
2625
const route = useRoute();
@@ -105,7 +104,6 @@ onMounted(() => {
105104
<no-data v-if="state.not_found" title="message failures" message="Could not find message. This could be because the message URL is invalid or the corresponding message was processed and is no longer tracked by ServiceControl."></no-data>
106105
<no-data v-else-if="state.failed_to_load" title="message failures" message="An error occurred while trying to load the message. Please check the ServiceControl logs to learn what the issue is."></no-data>
107106
<template v-else>
108-
<LoadingOverlay v-if="state.loading ?? false" />
109107
<div class="row">
110108
<div class="col-sm-12 no-side-padding">
111109
<RouterLink :to="backLink"><i class="fa fa-chevron-left"></i> Back</RouterLink>

0 commit comments

Comments
 (0)