1
0
Fork 0
mirror of synced 2024-09-09 22:16:26 +12:00
This commit is contained in:
Andrew Kingston 2024-05-30 09:14:56 +01:00 committed by GitHub
parent 2c88052c7d
commit 19a422ca1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,