Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web
This commit is contained in:
commit
f5942652a6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue