meal plan random fix

This commit is contained in:
vabene1111
2021-04-18 17:55:48 +02:00
parent 058d705170
commit a376c3a5b6
3 changed files with 10 additions and 1 deletions

View File

@@ -513,7 +513,7 @@
if (this.recipe_query !== '') {
url += '&query=' + this.recipe_query;
} else {
url += '&random=True'
url += '&random=true'
}
this.$http.get(url).then((response) => {