Add topic modal
This commit is contained in:
parent
aab1ad3e99
commit
24960f23b9
11 changed files with 235 additions and 172 deletions
|
@ -114,7 +114,10 @@ const AddChannel = ({ search, payload: { server }, onClose, ...props }) => {
|
|||
onKeyDown={handleKey}
|
||||
onChange={handleSearch}
|
||||
/>
|
||||
<i className="icon-cancel modal-channel-close" onClick={onClose} />
|
||||
<i
|
||||
className="icon-cancel modal-close modal-channel-close"
|
||||
onClick={onClose}
|
||||
/>
|
||||
</div>
|
||||
<div ref={resultsEl} className="modal-channel-results">
|
||||
{search.results.map(channel => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue