mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 10:43:48 +02:00
fix small typo (#1428)
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
})
|
||||
.then(() => {
|
||||
isVisible.value = false;
|
||||
new Noty({ type: 'success', text: 'favorite added!' }).show();
|
||||
new Noty({ type: 'success', text: 'Favorite added!' }).show();
|
||||
})
|
||||
.finally(() => {
|
||||
loading.value = false;
|
||||
|
||||
Reference in New Issue
Block a user