Fix PageHeaderToggleCommandMenuButton (#11496)
This PR fixes a bug introduced by https://github.com/twentyhq/twenty/pull/11470 Before: https://github.com/user-attachments/assets/8c1b8114-591f-4b58-a177-551c4f0dfb98 After: https://github.com/user-attachments/assets/b93aa498-2ae8-4001-b541-372866d24f54
This commit is contained in:
@ -118,7 +118,6 @@ export const PageHeaderToggleCommandMenuButton = () => {
|
||||
const theme = useTheme();
|
||||
|
||||
return (
|
||||
<div>
|
||||
<StyledButtonWrapper>
|
||||
<div id="toggle-command-menu-button">
|
||||
<AnimatedButton
|
||||
@ -142,7 +141,7 @@ export const PageHeaderToggleCommandMenuButton = () => {
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</StyledButtonWrapper>
|
||||
|
||||
<StyledTooltipWrapper>
|
||||
<AppTooltip
|
||||
anchorSelect="#toggle-command-menu-button"
|
||||
@ -153,6 +152,6 @@ export const PageHeaderToggleCommandMenuButton = () => {
|
||||
noArrow
|
||||
/>
|
||||
</StyledTooltipWrapper>
|
||||
</div>
|
||||
</StyledButtonWrapper>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user