Skip to content

Commit

Permalink
show populated_state_message on hover on icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Nov 9, 2023
1 parent 6c1f409 commit c9c8c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/History/Content/ContentItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
fixed-width
:icon="contentState.icon"
:spin="contentState.spin"
:title="contentState.text" />
:title="item.populated_state_message || contentState.text" />
</span>
<span class="id hid">{{ id }}:</span>
<span class="content-title name font-weight-bold">{{ name }}</span>
Expand Down

0 comments on commit c9c8c09

Please sign in to comment.