We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78afc84 commit 8f9885fCopy full SHA for 8f9885f
src/Frontend/src/components/messages2/SagaDiagram/SagaUpdateNode.vue
@@ -217,7 +217,7 @@ const hasStateChanges = computed(() => {
217
218
<!-- No changes message -->
219
<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>
+ <div class="no-changes-message">No state changes in this update</div>
221
</div>
222
223
<!-- Side-by-side diff view for state changes -->
0 commit comments