Skip to content

Commit 78afc84

Browse files
cquirosjjohnsimons
andauthored
Update src/Frontend/src/components/messages2/SagaDiagram/SagaUpdateNode.vue
Co-authored-by: John Simons <[email protected]>
1 parent f1ca403 commit 78afc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Frontend/src/components/messages2/SagaDiagram/SagaUpdateNode.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const hasStateChanges = computed(() => {
207207

208208
<!-- Error message when parsing fails -->
209209
<div v-if="hasParsingError" class="json-container">
210-
<div class="parsing-error-message" v-tippy="`There was an error parsing the JSON data for the saga state`">An error occurred while parsing and displaying the saga state for this update</div>
210+
<div class="parsing-error-message">An error occurred while parsing and displaying the saga state for this update</div>
211211
</div>
212212

213213
<!-- Initial state display -->

0 commit comments

Comments
 (0)