* PLT-4897 - Updating styles for emoji reactions

* PLT-4971 - Fixing help and attachment buttons

* PLT-4931 - Fixing UI for user list in system console

* Fixing a bug with the new messages indicator
Этот коммит содержится в:
Asaad Mahmood
2016-12-14 08:25:10 +05:00
коммит произвёл enahum
родитель 86fb0d87a3
Коммит 9735854503
6 изменённых файлов: 54 добавлений и 31 удалений

Просмотреть файл

@@ -546,17 +546,17 @@ export default class CreatePost extends React.Component {
id='post_textbox'
ref='textbox'
/>
<FileUpload
ref='fileUpload'
getFileCount={this.getFileCount}
onClick={this.handleUploadClick}
onUploadStart={this.handleUploadStart}
onFileUpload={this.handleFileUploadComplete}
onUploadError={this.handleUploadError}
postType='post'
channelId=''
/>
</div>
<FileUpload
ref='fileUpload'
getFileCount={this.getFileCount}
onClick={this.handleUploadClick}
onUploadStart={this.handleUploadStart}
onFileUpload={this.handleFileUploadComplete}
onUploadError={this.handleUploadError}
postType='post'
channelId=''
/>
<a
className='send-button theme'
onClick={this.handleSubmit}