Skip to content

Commit

Permalink
make overlay optoinal for MenuDotsDropdownProps
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 1, 2025
1 parent 299c1e6 commit abe8c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/Dropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export enum IconOrientation {
}

export interface MenuDotsDropdownProps extends AntdDropdownProps {
overlay: ReactElement;
overlay?: ReactElement;
iconOrientation?: IconOrientation;
}

Expand Down

0 comments on commit abe8c8d

Please # to comment.