input fix

This commit is contained in:
mrfry 2021-05-18 11:26:12 +02:00
parent 98deeb1706
commit e928ef87de
2 changed files with 5 additions and 3 deletions

View file

@ -30,6 +30,7 @@ export default function Composer({ onSubmit }) {
<div className={styles.container}>
<input
placeholder={'Téma...'}
type={'text'}
required
value={title}
onChange={(e) => {