diff --git a/src/client/app/common/views/pages/page-editor/page-editor.vue b/src/client/app/common/views/pages/page-editor/page-editor.vue index 06e70431a8..6b491cff95 100644 --- a/src/client/app/common/views/pages/page-editor/page-editor.vue +++ b/src/client/app/common/views/pages/page-editor/page-editor.vue @@ -220,7 +220,7 @@ export default Vue.extend({ methods: { save() { - if(this.name == ''){ + if (this.name.length == 0) { this.name = this.currentName; }