Skip to content

Commit

Permalink
fix(tracing): display fallback value when entity link is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito committed Dec 11, 2024
1 parent 6d7d6b7 commit d611999
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
new-window
/>
<span v-else>
{{ t('trace_viewer.span_attributes.not_applicable') }}
{{ formattedValue || t('trace_viewer.span_attributes.not_applicable') }}
</span>
</template>
</ConfigCardItem>
Expand Down

0 comments on commit d611999

Please sign in to comment.