Increase number of result for multiselect in export
This commit is contained in:
@ -115,7 +115,9 @@ export default {
|
||||
let apiFactory = new ApiApiFactory()
|
||||
|
||||
this.recipes_loading = true
|
||||
apiFactory.listRecipes(query).then((response) => {
|
||||
|
||||
let maxResultLenght = 1000
|
||||
apiFactory.listRecipes(query, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, 1, maxResultLenght).then((response) => {
|
||||
this.recipes = response.data.results;
|
||||
this.recipes_loading = false
|
||||
}).catch((err) => {
|
||||
|
Reference in New Issue
Block a user