Skip to content

Commit

Permalink
fix failing test from button change
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmmcken committed Jan 15, 2024
1 parent a109b07 commit ab35ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/console/src/ConsoleMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ class ConsoleMenu extends PureComponent<ConsoleMenuProps, ConsoleMenuState> {
kind="ghost"
icon={vsKebabVertical}
tooltip="More Actions..."
aria-label="More Actions..."
onClick={() => {
// no-op: click is handled in `DropdownMenu`
}}
Expand Down

0 comments on commit ab35ec5

Please sign in to comment.