Skip to content

Commit

Permalink
FIX: Error modal not showing data
Browse files Browse the repository at this point in the history
Before, there was an issue where the error modal was not showing the data. This was because the error modal was not being shown when there were errors.
  • Loading branch information
Grubba27 committed Oct 17, 2024
1 parent 464ce01 commit 8cb81a7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<DModal @closeModal={{@closeModal}} id="chat_integration_error_modal">
<h4>{{i18n @model.error_key}}</h4>
<pre>{{@model.error_info}}</pre>
<h4>{{i18n @model.channel.error_key}}</h4>
<pre>{{@model.channel.error_info}}</pre>
</DModal>

0 comments on commit 8cb81a7

Please sign in to comment.