mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 15:52:43 +02:00
Update Confirm component to support allowHtml prompt option
This commit is contained in:
@@ -390,8 +390,8 @@ export default {
|
||||
},
|
||||
purgeItemsCache() {
|
||||
const payload = {
|
||||
// message: `This will delete the entire folder at <code>/metadata/cache/items</code>.<br />Are you sure you want to purge items cache?`,
|
||||
message: this.$strings.MessageConfirmPurgeItemsCache,
|
||||
allowHtml: true,
|
||||
callback: (confirmed) => {
|
||||
if (confirmed) {
|
||||
this.sendPurgeItemsCache()
|
||||
|
||||
Reference in New Issue
Block a user