Skip to content

Commit

Permalink
Changes per review
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Dec 2, 2024
1 parent 3c5747d commit c9b00d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const DataViewsContext = createContext< DataViewsContextType< any > >( {
setOpenedFilter: () => {},
openedFilter: null,
getItemId: ( item ) => item.id,
isItemClickable: () => false,
isItemClickable: () => true,
} );

export default DataViewsContext;

0 comments on commit c9b00d2

Please sign in to comment.