diff --git a/packages/frontend-core/src/components/grid/stores/rows.js b/packages/frontend-core/src/components/grid/stores/rows.js index 5140a7da8b..d354dfd9b3 100644 --- a/packages/frontend-core/src/components/grid/stores/rows.js +++ b/packages/frontend-core/src/components/grid/stores/rows.js @@ -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,