Update EditNote.vue
This commit is contained in:
@@ -444,7 +444,7 @@ export default {
|
||||
}
|
||||
},
|
||||
save() {
|
||||
return saveNote(this.noteForm,this,state,this.secret);
|
||||
return saveNote(this.noteForm,this.state,this.secret);
|
||||
},
|
||||
validateForm() {
|
||||
let text = this.noteForm.text;
|
||||
|
||||
Reference in New Issue
Block a user