🐛 Fixes save item without title bug (#377)

Closes #377. This bg was caused by adding items without a title, meaning an ID could not be calculated. The solution was to add a validtion check to ensure that a title is specified befire saving
This commit is contained in:
Alicia Sykes
2021-12-29 22:31:59 +00:00
parent 3cbf7949c3
commit bf3ccc13d0
2 changed files with 23 additions and 13 deletions

View File

@@ -224,6 +224,9 @@
"save-stage-btn": "Save",
"cancel-stage-btn": "Cancel"
},
"edit-item": {
"missing-title-err": "An item title is required"
},
"edit-section": {
"edit-section-title": "Edit Section",
"add-section-title": "Add New Section",