Skip to content

Commit

Permalink
Merge pull request #118 from ikallali/master
Browse files Browse the repository at this point in the history
Allow html in notify
  • Loading branch information
yariksav authored Dec 7, 2020
2 parents 179f7de + 289e401 commit 9240206
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Alert.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
:dense="dense"
>
<div class="d-flex align-center">
<div class="mr-2">
{{ text }}
</div>
<div class="mr-2" v-html="text"></div>
<DialogActions :actions="actions" />
</div>
</v-alert>
Expand Down

0 comments on commit 9240206

Please # to comment.