Merge branch 'dev' into issues/2308

This commit is contained in:
hydroflame
2022-03-20 14:22:32 -04:00
committed by GitHub
69 changed files with 1851 additions and 1883 deletions
+3 -1
View File
@@ -53,7 +53,9 @@ export function PromptManager(): React.ReactElement {
return (
<Modal open={true} onClose={close}>
<Typography>{prompt.txt}</Typography>
<pre>
<Typography>{prompt.txt}</Typography>
</pre>
<PromptContent prompt={prompt} resolve={resolve} />
</Modal>
);