Skip to content

Commit

Permalink
fix the formatting in Reporting area
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Aug 9, 2024
1 parent 509bf80 commit 1f1c6e3
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 1,047 deletions.
2 changes: 1 addition & 1 deletion resources/js/Pages/Chat/Components/Section.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const toggleTab = (tab) => {
>Prompt</a>
</div>
<div v-if="activeTab === 'content'">
<div class="prose" v-html="section.content"></div>
<div class="prose" v-html="section.content_formatted"></div>
<div class="flex justify-end gap-2 items-center text-sm text-gray-500">
<div> sort: {{ section.sort_order + 1 }}</div>
</div>
Expand Down
Loading

0 comments on commit 1f1c6e3

Please sign in to comment.