mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 06:46:04 +02:00
fix small typo (#1428)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user