This commit is contained in:
zsviczian
2023-04-02 10:20:09 +02:00
parent d47a206206
commit 5c40cdb3d3
11 changed files with 121 additions and 24 deletions

View File

@@ -272,7 +272,7 @@ export class ScriptEngine {
header: string,
placeholder?: string,
value?: string,
buttons?: [{ caption: string; action: Function }],
buttons?: { caption: string; action: Function }[],
) {
try {
return await GenericInputPrompt.Prompt(