Skip to content

Commit 8f9885f

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

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
@@ -217,7 +217,7 @@ const hasStateChanges = computed(() => {
217217

218218
<!-- No changes message -->
219219
<div v-else-if="!hasStateChanges" class="json-container">
220-
<div class="no-changes-message" v-tippy="`This saga update didn't modify the saga's state data`">No state changes in this update</div>
220+
<div class="no-changes-message">No state changes in this update</div>
221221
</div>
222222

223223
<!-- Side-by-side diff view for state changes -->

0 commit comments

Comments
 (0)