Skip to content

Commit

Permalink
Merge pull request #26 from TankNee/rebuild/develop
Browse files Browse the repository at this point in the history
202001002
  • Loading branch information
TankNee authored Oct 2, 2020
2 parents bd9ba5f + d62c556 commit bb107aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/server/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ export default {
title: isCurrentCategory ? `${title.replace(/\.md/, '')}-${i18n.t('duplicate')}${title.indexOf('.md') !== -1 ? '.md' : ''}` : title,
owner: userId,
html,
type: category === 'Lite' ? 'lite/markdown' : type
type: category === '/Lite/' ? 'lite/markdown' : type
}
})
if (isCurrentCategory || helper.isNullOrEmpty(currentCategory)) {
Expand Down

0 comments on commit bb107aa

Please sign in to comment.