Skip to content

Conversation

@GabbyPly
Copy link

@GabbyPly GabbyPly commented May 15, 2022

Error when trying to save an empty row. Note, saving an empty row is not the same as deleting one.

sending an array of empty strings such as ["", ""] (Clearing the row)
will result in a response with no .value in it, thus causing an error cannot read property '0' of undefined.
This fix will return an array of empty strings, the array of the length is the array of the original request's rawData

…not the same as deleting one.

sending an array of empty strings such as ["", ""] (Clearing the row)
 will result in a response with no `.value` in it, thus causing an error `cannot read property '0' of undefined.
 This fix will return an array of empty strings, the array of the length is the array of the original request's rawData
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant