Skip to content

fix(Datagrid): onRowClick results in toggleRow.toggleRowSelected is not a function error in console #16803

fix(Datagrid): onRowClick results in toggleRow.toggleRowSelected is not a function error in console

fix(Datagrid): onRowClick results in toggleRow.toggleRowSelected is not a function error in console #16803

Workflow file for this run

name: PR # Checks the PR title is of the correct format
on:
pull_request_target:
types:
- opened
- edited
- synchronize
merge_group:
types: [checks_requested]
jobs:
validate_title:
name: validate title
if: ${{ github.event_name != 'merge_group' }}
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected] # cspell:disable-line
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}