Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to save an empty row. #558

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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