We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90c026 commit 1778628Copy full SHA for 1778628
src/jelu-ui/src/components/AddBook.vue
@@ -110,7 +110,7 @@ const importBook = async () => {
110
let saveBook = true
111
if (alreadyExisting != null) {
112
saveBook = false
113
- await swalMixin.fire({
+ await ObjectUtils.swalMixin.fire({
114
html: `<p>${t('labels.book_with_same_isbn_already_exists')}:<br>${alreadyExisting.title}<br>${t('labels.save_new_anyway')}</p>`,
115
showDenyButton: true,
116
confirmButtonText: t('labels.save'),
0 commit comments