Skip to content

Commit aa07ff5

Browse files
committed
fix merged file
1 parent 1537a5d commit aa07ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/RichTextArea/RichTextArea.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ class RichTextArea extends React.Component {
386386
render() {
387387
const {MentionSuggestions} = this.mentionPlugin
388388
const {className, avatarUrl, authorName, titlePlaceholder, contentPlaceholder, editMode, isCreating,
389-
isGettingComment, disableTitle, disableContent, expandedTitlePlaceholder, editingTopic, hasPrivateSwitch, canUploadAttachment } = this.props
389+
isGettingComment, disableTitle, disableContent, expandedTitlePlaceholder, editingTopic, hasPrivateSwitch, canUploadAttachment, attachments } = this.props
390390
const {editorExpanded, editorState, titleValue, oldMDContent, currentMDContent, uploading, isPrivate, isAddLinkOpen, rawFiles, files} = this.state
391391
let canSubmit = (disableTitle || titleValue.trim())
392392
&& (disableContent || editorState.getCurrentContent().hasText())

0 commit comments

Comments
 (0)