reset post attachments on post prop change (#7158)
Этот коммит содержится в:
@@ -78,6 +78,7 @@ export default class PostBodyAdditionalContent extends React.PureComponent {
|
|||||||
return (
|
return (
|
||||||
<PostAttachmentList
|
<PostAttachmentList
|
||||||
attachments={attachments}
|
attachments={attachments}
|
||||||
|
key={this.props.post.id}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user