1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 10:34:13 +02:00

fix(frontend): ウィジェットの設定画面のプレビューが利用できない問題を修正 (#17056)

This commit is contained in:
かっこかり
2025-12-31 18:06:22 +09:00
committed by GitHub
parent 01aa56c602
commit 866e675134
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ export const useWidgetPropsManager = <F extends FormWithDefault>(
canceled: true;
}>((resolve) => {
const { dispose } = os.popup(defineAsyncComponent(() => import('@/components/MkWidgetSettingsDialog.vue')), {
widgetName: i18n.ts._widgets[name] ?? name,
widgetName: name,
form: form,
currentSettings: widgetProps,
}, {