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>
Signed-off-by: Christian Wolf <github@christianwolf.email>
  • Loading branch information
seyfeb authored and christianlupus committed Nov 12, 2020
1 parent 87ce28c commit a9f7b3f
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 a9f7b3f

Please sign in to comment.