Skip to content

Commit

Permalink
fix: group tab
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Mar 24, 2024
1 parent 3f74208 commit fe9e4e6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vue/src/tracing/SpanBodyCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@
:events="span.events"
:annotations="annotations"
/>
<v-tab-item value="group">
<GroupInfoCard
:date-range="dateRange"
:system="span.system"
:group-id="span.groupId"
:annotations="annotations"
/>
</v-tab-item>
</v-tab-item>
<v-tab-item value="group">
<GroupInfoCard
:date-range="dateRange"
:system="span.system"
:group-id="span.groupId"
:annotations="annotations"
/>
</v-tab-item>
</v-tabs-items>
</v-sheet>
Expand Down

0 comments on commit fe9e4e6

Please sign in to comment.