Skip to content

Commit

Permalink
Merge pull request #378 from seyfeb/bugfix/createNewRecipeIsNull
Browse files Browse the repository at this point in the history
Fixes null when creating new recipe
  • Loading branch information
christianlupus authored Nov 12, 2020
2 parents 87ce28c + a9f7b3f commit b8fa516
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 @@ -54,6 +54,8 @@
[#371](https://github.com/nextcloud/cookbook/pull/371) @christianlupus
- Hide tooltips in printouts
[#343](https://github.com/nextcloud/cookbook/pull/343/) @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 b8fa516

Please sign in to comment.