Skip to content

Commit 1778628

Browse files
committed
fix: prompt styling
1 parent a90c026 commit 1778628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jelu-ui/src/components/AddBook.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const importBook = async () => {
110110
let saveBook = true
111111
if (alreadyExisting != null) {
112112
saveBook = false
113-
await swalMixin.fire({
113+
await ObjectUtils.swalMixin.fire({
114114
html: `<p>${t('labels.book_with_same_isbn_already_exists')}:<br>${alreadyExisting.title}<br>${t('labels.save_new_anyway')}</p>`,
115115
showDenyButton: true,
116116
confirmButtonText: t('labels.save'),

0 commit comments

Comments
 (0)