diff --git a/web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/isGridActionsPopover.js b/web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/isGridActionsPopover.js
index 3f2592c86dd253f85d96ea365ea877e8c1b7e572..16d005b541a4ac578cf8d3c3e444cbb94ba74f83 100644
--- a/web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/isGridActionsPopover.js
+++ b/web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/isGridActionsPopover.js
@@ -22,4 +22,4 @@ export const isGridMultiselectHeaderActionsPopover = params =>
  * Returns true if the column specified in the params object is the row actions column
  */
 export const isGridActionsPopover = params =>
-  params?.colDef.field === GRID_ACTIONS_COLUMN_ID;
+  params?.colDef?.field === GRID_ACTIONS_COLUMN_ID;
