mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-11 00:58:32 -05:00
added share functionality. changed random recipe selection to prevent repeating duplicate choices.
This commit is contained in:
@@ -371,7 +371,8 @@ export default {
|
||||
servings: 1,
|
||||
date: Date.now(),
|
||||
startDay: null,
|
||||
endDay: null
|
||||
endDay: null,
|
||||
shared: []
|
||||
},
|
||||
showDate: new Date(),
|
||||
plan_entries: [],
|
||||
|
||||
Reference in New Issue
Block a user