Skip to content

[Bug]: DataGrid: Clicking on Button in a cell also changes selection #3165

[Bug]: DataGrid: Clicking on Button in a cell also changes selection

[Bug]: DataGrid: Clicking on Button in a cell also changes selection #3165

Workflow file for this run

name: Triage Bot
on:
issues:
types:
- opened
jobs:
triage-issue:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/checkout@v4
- uses: actions/github-script@v7
with:
script: |
const config = require('./.github/triage-bot.config.json');
const run = require('./scripts/triage-bot');
await run({github,context,core,config});