mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
typo
This commit is contained in:
parent
60f60b6bac
commit
4fc9e38e0d
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ watch(selectedId, (newId) => {
|
|||
const closeWaiting = os.waiting();
|
||||
nextTick(() => {
|
||||
try {
|
||||
withTimeout(controller.loadFuniture(newId), 10000).then(res => {
|
||||
withTimeout(controller.loadFurniture(newId), 10000).then(res => {
|
||||
selectedInstanceId.value = res.id;
|
||||
selectedFunitureOptionsState.value = deepClone(res.options);
|
||||
controller.resumeRender();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue