-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
In this code that.groceryRequests = resp.data fails when there are more than 17 grocery requests. I currently limited number of requests to 10 in the SQL on the server to avoid this.
this.axios({ method: 'get', url: url, }).then(resp => { //Bug: apparantly this doesnt work when there are more than 17 grocery requests that.groceryRequests = resp.data that.serverFailure = false console.log(resp.data); })
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed