Skip to content

Commit

Permalink
Removed null assignment when creating new recipe
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Fey <info@sebastianfey.de>
  • Loading branch information
seyfeb committed Nov 10, 2020
1 parent 8c148de commit 164e270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
[#358](https://github.com/nextcloud/cookbook/pull/358) @christianlupus
- Avoid recipe are no longer reachable when user changes locales
[#371](https://github.com/nextcloud/cookbook/pull/371) @christianlupus
- Creating new recipe not possible due to null reference
[#378](https://github.com/nextcloud/cookbook/pull/378/) @seyfeb

### Removed
- Travis build system
Expand Down
1 change: 0 additions & 1 deletion src/components/RecipeEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ export default {
// Always set the active page last!
this.$store.dispatch('setPage', { page: 'edit' })
} else {
this.recipe = this.recipeInit
this.prepTime = [0, 0]
this.cookTime = [0, 0]
this.totalTime = [0, 0]
Expand Down

0 comments on commit 164e270

Please sign in to comment.