Skip to content

Commit a013b1b

Browse files
author
Katie George
committed
fix: Removes extra argument
1 parent 1cbad6c commit a013b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support-prompt-group/internal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const InternalSupportPromptGroup = forwardRef(
5454
const handleClick = (event: React.MouseEvent, id: string) => {
5555
const { altKey, button, ctrlKey, metaKey, shiftKey } = event;
5656

57-
fireNonCancelableEvent(onItemClick, { id, altKey, button, ctrlKey, metaKey, shiftKey }, event);
57+
fireNonCancelableEvent(onItemClick, { id, altKey, button, ctrlKey, metaKey, shiftKey });
5858
};
5959

6060
useEffect(() => {

0 commit comments

Comments
 (0)