This commit is contained in:
GH Action - Upstream Sync 2023-08-01 01:25:01 +00:00
commit f5942652a6
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ export function showPrompt(content: any, value = "", rows = 3) {
};
return new Promise<string>((resolve) => {
let userInput = "";
let userInput = value;
root.render(
<Modal