1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-25 16:19:43 +02:00

Handle untitled note (#592)

* Leave recipe in edit mode in case of an API error

* Initialize recipe note with empty title

Fixes #586
This commit is contained in:
sephrat 2021-06-23 19:45:16 +02:00 committed by GitHub
parent 1356043257
commit 3b99a147fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -134,7 +134,6 @@ export default {
break;
case SAVE_EVENT:
this.$emit(SAVE_EVENT);
this.$emit("input", false);
break;
case JSON_EVENT:
this.$emit(JSON_EVENT);