Skip to content

Commit

Permalink
change workspace dropdown menu id
Browse files Browse the repository at this point in the history
Signed-off-by: Yulong Ruan <ruanyl@amazon.com>
  • Loading branch information
ruanyl committed Mar 21, 2024
1 parent f077b73 commit 862ae3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const WorkspaceMenu = ({ coreStart }: Props) => {

return (
<EuiPopover
id="contextMenuExample"
id="workspaceDropdownMenu"
display="block"
button={currentWorkspaceButton}
isOpen={isPopoverOpen}
Expand Down

0 comments on commit 862ae3b

Please sign in to comment.