Moved show static methods out of modals and into EventHelpers
Этот коммит содержится в:
@@ -159,13 +159,4 @@ export default class DeletePostModal extends React.Component {
|
||||
</Modal>
|
||||
);
|
||||
}
|
||||
|
||||
static show(post, commentCount) {
|
||||
AppDispatcher.handleViewAction({
|
||||
type: ActionTypes.TOGGLE_DELETE_POST_MODAL,
|
||||
value: true,
|
||||
post,
|
||||
commentCount: commentCount || 0
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user