diff --git a/frontend/src/_helpers/appUtils.js b/frontend/src/_helpers/appUtils.js index 21de4b4ffb..f20545647e 100644 --- a/frontend/src/_helpers/appUtils.js +++ b/frontend/src/_helpers/appUtils.js @@ -378,7 +378,7 @@ export async function onEvent(_ref, eventName, options, mode = 'edit') { ); } - if (eventName === 'onRowClicked' && options?.component?.component === 'ListView') { + if (eventName === 'onRowClicked' && options?.component?.component === 'Listview') { executeActionsForEventId(_ref, 'onRowClicked', options.component, mode, customVariables); }