Skip to content

Commit

Permalink
Update src/pages/home/report/ContextMenu/BaseReportActionContextMenu.js
Browse files Browse the repository at this point in the history
Co-authored-by: Situ Chandra Shil <[email protected]>
  • Loading branch information
samh-nl and situchan authored Sep 21, 2023
1 parent 5869c6c commit e8d9442
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const defaultProps = {
...GenericReportActionContextMenuDefaultProps,
};
function BaseReportActionContextMenu(props) {
const menuItemRefs = useRef([]);
const menuItemRefs = useRef({});
const [shouldKeepOpen, setShouldKeepOpen] = useState(false);
const wrapperStyle = getReportActionContextMenuStyles(props.isMini, props.isSmallScreenWidth);

Expand Down

0 comments on commit e8d9442

Please sign in to comment.