Skip to content

Commit

Permalink
Merge branch 'beta' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AruSeito committed Mar 4, 2024
2 parents df3287a + 1ef63c8 commit eb0c40a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ export const DataGridWidget: FC<BaseDataGridProps> = (props) => {
},
},
])
triggerEventHandler("onRowClick")
triggerEventHandler("onRowClickChange")
}

const onFilterModelChange = (model: GridFilterModel) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ export const DATA_GRID_EVENT_HANDLER_CONFIG: EventHandlerConfig = {
},
{
label: i18n.t(
"editor.inspect.setter_content.widget_action_type_name.onRowClick",
"editor.inspect.setter_content.widget_action_type_name.onRowClickChange",
),
value: "onRowClick",
value: "onRowClickChange",
},
],
methods: [
Expand Down

0 comments on commit eb0c40a

Please sign in to comment.