fix small typo (#1428)

This commit is contained in:
poprox24
2025-10-19 04:33:40 +02:00
committed by GitHub
parent 3480820a0a
commit 1e65a4f6ab
@@ -141,7 +141,7 @@
}) })
.then(() => { .then(() => {
isVisible.value = false; isVisible.value = false;
new Noty({ type: 'success', text: 'favorite added!' }).show(); new Noty({ type: 'success', text: 'Favorite added!' }).show();
}) })
.finally(() => { .finally(() => {
loading.value = false; loading.value = false;