-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix disabled VM action dropdown item tooltip
When using `isDisabled` property in Buttons/Dropdowns/etc, their tooltips are not getting triggered. We need to use `isAriaDisabled` instead of `isDisabled` in this case. See more info: patternfly/patternfly-react#5826
- Loading branch information
1 parent
796a415
commit 1daeb37
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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