Skip to content

Commit

Permalink
EventDataGrid: revert eventDetailDialogDispatch onRowClick
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandowner committed Jun 29, 2024
1 parent 4819bf1 commit 8cbfd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/dashboard-ui/src/views/atoms/EventsDataGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const EventsDataGrid: React.FC<EventsDataGridProp> = ({
},
...sx,
}}
onRowDoubleClick={(params) => {
onRowClick={(params) => {
eventDetailDialogDispatch(true, { event: params.row });
}}
hideFooter
Expand Down

0 comments on commit 8cbfd5d

Please sign in to comment.