ToggleButtonGroup Still does not keep track of selected item, when value is an object #1505
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Add closing message to issue | |
| on: | |
| issues: | |
| types: | |
| - closed | |
| permissions: {} | |
| jobs: | |
| add-comment: | |
| name: Add closing message | |
| if: github.event.issue.state_reason == 'completed' | |
| uses: mui/mui-public/.github/workflows/issues_add-closing-message.yml@80a73ec0e0c1ae634d226649075d27cd30a8c9da # master | |
| permissions: | |
| contents: read | |
| issues: write |