Skip to content

Commit

Permalink
Make \n correctly displayed on error message (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei authored Sep 13, 2024
1 parent 1230d92 commit 7d3b8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/NoResultsPlaceholder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="flex flex-col items-center">
<i :class="icon" style="font-size: 3rem; margin-bottom: 1rem"></i>
<h3>{{ title }}</h3>
<p>{{ message }}</p>
<p class="whitespace-pre-line text-center">{{ message }}</p>
<Button
v-if="buttonLabel"
:label="buttonLabel"
Expand Down

0 comments on commit 7d3b8dc

Please sign in to comment.