Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
Signed-off-by: Qxisylolo <qianxisy@amazon.com>
  • Loading branch information
Qxisylolo committed Aug 22, 2024
1 parent e2897e3 commit 8802d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/public/chrome/ui/header/recent_items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const RecentItems = ({
setIsPopoverOpen(false);
};

const preferencesPopover = (
const preferencePopover = (
<EuiPopover
data-test-subj="preferencesSettingPopover"
ownFocus={false}
Expand Down Expand Up @@ -273,7 +273,7 @@ export const RecentItems = ({
)}
<EuiSpacer size="s" />
</EuiPanel>
{preferencesPopover}
{preferencePopover}
</EuiPopover>
);
};

0 comments on commit 8802d75

Please sign in to comment.