fix(frontend/widget): AiscriptAppのスクリプト適用を手動に変更 (#17095)
This commit is contained in:
parent
2168395b71
commit
abe745ec87
|
|
@ -36,6 +36,7 @@ const widgetPropsDef = {
|
|||
type: 'string',
|
||||
label: i18n.ts.script,
|
||||
multiline: true,
|
||||
manualSave: true,
|
||||
default: '',
|
||||
},
|
||||
showHeader: {
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ const widgetPropsDef = {
|
|||
type: 'string',
|
||||
label: i18n.ts.script,
|
||||
multiline: true,
|
||||
default: 'Mk:dialog("hello" "world")',
|
||||
default: 'Mk:dialog("hello", "world")',
|
||||
},
|
||||
} satisfies FormWithDefault;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue