1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

debug - 新規投稿が不可能

This commit is contained in:
Rokt33r
2015-12-13 19:10:05 +09:00
parent 57912b5a5a
commit 3bd5d6b9f6
2 changed files with 3 additions and 5 deletions

View File

@@ -298,7 +298,7 @@ export default class ArticleDetail extends React.Component {
dispatch(unlockStatus())
delete newArticle.status
newArticle.status = null
newArticle.updatedAt = new Date()
newArticle.title = newArticle.title.trim()
if (newArticle.createdAt == null) {