Skip to content

Commit

Permalink
fixed typo in Sidebar.js (#7397)
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-py authored Nov 6, 2024
1 parent 90fa3f8 commit 9e7167f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/sidebar/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const Sidebar = React.forwardRef((inProps, ref) => {
React.useImperativeHandle(ref, () => ({
props,
getElement: () => sidebarRef.current,
gteMask: () => maskRef.current,
getMask: () => maskRef.current,
getCloseIcon: () => closeIconRef.current
}));

Expand Down

0 comments on commit 9e7167f

Please sign in to comment.