mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-03 05:26:05 +02:00
Fix invite response, small fixes
This commit is contained in:
@@ -164,7 +164,10 @@
|
||||
})
|
||||
.catch((err) => {
|
||||
console.error('Copy failed:', err);
|
||||
ElMessage.error('Copy failed!');
|
||||
ElMessage({
|
||||
message: 'Copy failed!',
|
||||
type: 'error'
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user