()
| 903 | const fieldName = columns[colIndex].name; |
| 904 | |
| 905 | const invalid = () => { |
| 906 | this.setState(() => { |
| 907 | return { |
| 908 | data: this.store.get(), |
| 909 | reset: false |
| 910 | }; |
| 911 | }); |
| 912 | return; |
| 913 | }; |
| 914 | |
| 915 | if (beforeSaveCell) { |
| 916 | const beforeSaveCellCB = result => { |
no test coverage detected
searching dependent graphs…