From 19a422ca1ccf7accf621728aeb1995a3dd8b28fc Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Thu, 30 May 2024 09:14:56 +0100 Subject: [PATCH] Typo --- packages/frontend-core/src/components/grid/stores/rows.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,