Skip to content

Commit

Permalink
Fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Mar 20, 2024
1 parent 326f58c commit a3efb98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/lib/lemon-ui/LemonMenu/LemonMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface LemonMenuProps
LemonDropdownProps,
| 'placement'
| 'fallbackPlacements'
| 'sameWidth'
| 'width'
| 'maxContentWidth'
| 'visible'
| 'onVisibilityChange'
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/lib/lemon-ui/LemonSelect/LemonSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export function LemonSelect<T extends string | number | boolean | null>({
<LemonMenu
items={items}
tooltipPlacement={optionTooltipPlacement}
sameWidth={dropdownMatchSelectWidth}
width={dropdownMatchSelectWidth ? 'same' : undefined}
placement={dropdownPlacement}
className={menu?.className}
maxContentWidth={dropdownMaxContentWidth}
Expand Down

0 comments on commit a3efb98

Please sign in to comment.