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 8f9885f commit f04dc21Copy full SHA for f04dc21
src/Frontend/src/components/messages2/SagaDiagram/SagaUpdateNode.vue
@@ -211,7 +211,7 @@ const hasStateChanges = computed(() => {
211
</div>
212
213
<!-- Initial state display -->
214
- <div v-else-if="update.IsFirstNode" class="json-container json-container--first-node" v-tippy="`Initial state when saga was created`">
+ <div v-else-if="update.IsFirstNode" class="json-container json-container--first-node">
215
<MaximizableCodeEditor :model-value="sagaUpdateStateChanges.formattedState || ''" language="json" :showGutter="false" modalTitle="Initial Saga State" :extensions="[monospaceTheme]" />
216
217
0 commit comments