mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-28 00:04:39 +02:00
typo
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user