Skip to content

Commit f04dc21

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

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
@@ -211,7 +211,7 @@ const hasStateChanges = computed(() => {
211211
</div>
212212

213213
<!-- 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`">
214+
<div v-else-if="update.IsFirstNode" class="json-container json-container--first-node">
215215
<MaximizableCodeEditor :model-value="sagaUpdateStateChanges.formattedState || ''" language="json" :showGutter="false" modalTitle="Initial Saga State" :extensions="[monospaceTheme]" />
216216
</div>
217217

0 commit comments

Comments
 (0)