mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
reset post attachments on post prop change (#7158)
This commit is contained in:
@@ -78,6 +78,7 @@ export default class PostBodyAdditionalContent extends React.PureComponent {
|
||||
return (
|
||||
<PostAttachmentList
|
||||
attachments={attachments}
|
||||
key={this.props.post.id}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user