Skip to content

Commit

Permalink
Merge pull request #2113 from solliancenet/jdh-user-portal-ca-title
Browse files Browse the repository at this point in the history
  • Loading branch information
ciprianjichici authored Jan 5, 2025
2 parents 404ea9a + fa3cf4e commit 6dbd819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/UserPortal/components/ChatMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
@click="selectedContentArtifact = artifact"
>
<i class="pi pi-file"></i>
{{ artifact.title.split('/').pop() }}
{{ artifact.title ? artifact.title?.split('/').pop() : '(No Title)' }}
</span>
</div>

Expand Down

0 comments on commit 6dbd819

Please sign in to comment.