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