matt HOFFNER
commited on
Commit
β’
a29c498
1
Parent(s):
862ccf9
fix
Browse files- app/input.tsx +1 -1
app/input.tsx
CHANGED
@@ -227,7 +227,7 @@ const VoiceInputForm: React.FC<VoiceInputFormProps> = ({ handleSubmit, input, se
|
|
227 |
))}
|
228 |
</div>
|
229 |
)}
|
230 |
-
<form onSubmit={
|
231 |
<input
|
232 |
type="text"
|
233 |
value={input}
|
|
|
227 |
))}
|
228 |
</div>
|
229 |
)}
|
230 |
+
<form onSubmit={handleSubmit} className={styles.form}>
|
231 |
<input
|
232 |
type="text"
|
233 |
value={input}
|