Skip to content

fix(modal): fix bug where the list of focus-able elements was not re-computed when the state of certain children has changed [AC-4105] #947

fix(modal): fix bug where the list of focus-able elements was not re-computed when the state of certain children has changed [AC-4105]

fix(modal): fix bug where the list of focus-able elements was not re-computed when the state of certain children has changed [AC-4105] #947

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"