Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest versions of Parse Server and Parse Dashboard.
Issue Description
Hitting backspace key in data browser crashes dashboard
with error:
[Error] TypeError: undefined is not an object (evaluating 'this.props.value._previousSave')
value — dashboard.bundle.js:104940:115
at line:
if (this.props.value !== e.value && (this.renderCellContent(), null === (t = this.props.value._previousSave) || void 0 === t || null === (n = t.then((function() {
Bug introduced by #2422.
Steps to reproduce
- Open data browser
- Select deletable field
- Hit backspace key
Actual Outcome
Error thrown, window goes blank.
Expected Outcome
Delete field value.
Environment
Dashboard
- Parse Dashboard version:
5.2.0-alpha.11