From 4a739bcced5f5d6b8fbd7ecec549858affcc2853 Mon Sep 17 00:00:00 2001 From: ACoolName Date: Fri, 31 May 2024 22:39:10 +0300 Subject: [PATCH] now --- src/common.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common.tsx b/src/common.tsx index 16b63fa..7f246f7 100644 --- a/src/common.tsx +++ b/src/common.tsx @@ -358,10 +358,10 @@ export function ActionGroup(p: { actions: ActionInfo[], identifierSubstring?: st return option.onClick(event)} + // onClick={(event) => handleMenuItemClick(event, index)} disabled={!isUserAllowed(user, option.props.action)} > - {option.props.action.name} + {option} } )