matt HOFFNER commited on
Commit
a29c498
β€’
1 Parent(s): 862ccf9
Files changed (1) hide show
  1. 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={onFormSubmit} className={styles.form}>
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}