fix: editor properties UI

This commit is contained in:
NGPixel
2018-07-15 22:40:41 -04:00
parent 760939f808
commit c7b675bb1c
8 changed files with 149 additions and 85 deletions

View File

@@ -6,9 +6,10 @@ const state = {
tags: [],
path: '',
isPublished: true,
publishEtartDate: '',
publishStartDate: '',
publishEndDate: '',
locale: 'en'
locale: 'en',
mode: 'create'
}
export default {