mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-19 22:39:43 +00:00
Update Confirm component to support allowHtml prompt option
This commit is contained in:
parent
874e9e1856
commit
7c0d9efe91
6 changed files with 28 additions and 6 deletions
|
|
@ -196,6 +196,7 @@ export default {
|
|||
requestBatchQuickEmbed() {
|
||||
const payload = {
|
||||
message: this.$strings.MessageConfirmQuickEmbed,
|
||||
allowHtml: true,
|
||||
callback: (confirmed) => {
|
||||
if (confirmed) {
|
||||
this.$axios
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue