c7ee220b by Ryan

Merge branch '28225_not_loading' into 'master'

28225_not_loading

See merge request !64
2 parents 5f9f153b 6962cba9
...@@ -56,6 +56,7 @@ function App() { ...@@ -56,6 +56,7 @@ function App() {
56 } 56 }
57 57
58 async function handleSubmit(e){ 58 async function handleSubmit(e){
59 e.preventDefault();
59 submitPrompt(); 60 submitPrompt();
60 } 61 }
61 62
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!