Move file sharing input inside form element
parent
24f51cab8d
commit
97a112ed12
|
|
@ -23,12 +23,12 @@ class Chat extends Component
|
|||
<div data-component='Chat'>
|
||||
<MessageList />
|
||||
|
||||
<FileSharing />
|
||||
|
||||
<form
|
||||
data-component='Sender'
|
||||
onSubmit={(e) => { onSendMessage(e, displayName, picture); }}
|
||||
>
|
||||
<FileSharing />
|
||||
|
||||
<input
|
||||
type='text'
|
||||
className='new-message'
|
||||
|
|
|
|||
Loading…
Reference in New Issue