mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update room.add-object-dialog.vue
This commit is contained in:
parent
0e300a9795
commit
1a57b8177b
1 changed files with 2 additions and 2 deletions
|
|
@ -162,12 +162,12 @@ watch(selectedId, (newId) => {
|
|||
controller.resize();
|
||||
});
|
||||
}).catch(err => {
|
||||
console.error(err);
|
||||
closeWaiting();
|
||||
throw err;
|
||||
});
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
closeWaiting();
|
||||
throw err;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue