Typo
This commit is contained in:
parent
2c88052c7d
commit
19a422ca1c
|
@ -404,7 +404,7 @@ export const createActions = context => {
|
|||
|
||||
// Save change
|
||||
try {
|
||||
// Incremenet change count for this row
|
||||
// Increment change count for this row
|
||||
inProgressChanges.update(state => ({
|
||||
...state,
|
||||
[rowId]: (state[rowId] || 0) + 1,
|
||||
|
|
Loading…
Reference in New Issue