Skip to content

Commit

Permalink
user menu dropshadow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jul 26, 2024
1 parent 57c8102 commit 2c6e3fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/AppLayout/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ export const AppLayout: React.FC<AppLayoutProps> = ({ children }) => {
</ToolbarGroup>
<ToolbarItem visibility={{ default: 'visible' }}>
<Dropdown
isPlain
onSelect={() => setShowUserInfoDropdown(false)}
toggle={UserInfoToggle}
isOpen={showUserInfoDropdown}
Expand Down

0 comments on commit 2c6e3fa

Please sign in to comment.