mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
fixes: event execution for listview widget (#3629)
This commit is contained in:
parent
e36f869ed2
commit
6d38cc70b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue